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
Write the SQL statements you used to create the frescowebdb database.
Create all five tables listed above using the metadata to define the columns.
Client
Consultant
Orderline
Tasks
WorkOrder
b What statement do you use to list all of the tables in a database?
c What statement do you use to view the metadata of a table?
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
TASKStaskID description, category, price
ORDERLINE orderNum taskID, scheduledDate, quotedprice
WORKORDERorderNum orderDate, clientNum
Data Dictionary metadata Tasks
WorkOrder
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
