Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

image text in transcribed
image text in transcribed
image text in transcribed
image text in transcribed
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

Step: 1

blur-text-image

Get Instant Access with AI-Powered Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions