Question: Provide the text of the SQL statements for each task below 0 . Write the SQL statements you used to create the frescowebdb database. 1

Provide the text of the SQL statements for each task below
0.Write the SQL statements you used to create the frescowebdb database.
1. Create all five tables listed above using the metadata to define the columns.
Client
Consultant
Orderline
Tasks
WorkOrder
1b. What statement do you use to list all of the tables in a database?
1c. What statement do you use to view the metadata of a table?
2. Populate each table with the tuples listed in the datasets above.
Client
Consultant
Orderline
Tasks
WorkOrder Fresco Web Database Design
Relational Schemas
CONSULTANTconsItNum, lastName, firstName, street, city, state, zipcode, hours, rate)
CLIENT (clientNum, clientName, street, city, state, zipCode, balance, credithimit, consltNum)
TASKS(taskID, description, category, price)
ORDERLINE (orderNum, taskID, scheduledDate, quotedprice)
WORKORDER(orderNum, orderDate, clientNum)
Data Dictionary (metadata) Tasks
WorkOrder
Provide the text of the SQL statements for each

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!