Question: Creating Database objects: 1: Using the Data Definition Language statement, create new database named Company. 2: Create the tables Agents, Customers and Orders with the

 Creating Database objects: 1: Using the Data Definition Language statement, create
new database named Company. 2: Create the tables Agents, Customers and Orders
with the following columns. (Declare the corresponding primary and foreign keys). 4:
Insert new two rows into the Agent table with the following values:

Creating Database objects: 1: Using the Data Definition Language statement, create new database named Company. 2: Create the tables Agents, Customers and Orders with the following columns. (Declare the corresponding primary and foreign keys). 4: Insert new two rows into the Agent table with the following values: 5: Insert new two rows into the Customers table with the following values: 6: Insert new two rows into the Orders table with the following values: 7: Add new column Email (varchar(20), null) to Cudtomers table. 8: change for customer No C100 the country to Kuwait. 9: change for customer No C200 the agent code to A003 and the amount to 20000 in Orders table. 10: create view containing a list of Names of all customers who is agent code is AOO3. Deliverables(s) Database file containing queries and output

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 Databases Questions!