Order from us for quality, customized work in due time of your choice.
c) Create respective tables in Oracle DBMS based on the information provided
the company for this homework is Noon Company which a Saudi company
This the information in the table to make SQL code
1. Customers Table:
– CustomerID (Primary Key)
– Name
– Email
– Phone
2. Orders Table:
– OrderID (Primary Key)
– CustomerID (Foreign Key)
– OrderDate
3. OrderDetails Table:
– OrderDetailID (Primary Key)
– OrderID (Foreign Key)
– ProductID (Foreign Key)
– Quantity
– UnitPrice
4. Products Table:
– ProductID (Primary Key)
– Name
– Description
– Price
– CategoryID (Foreign Key)
in the customer table the names I want ( Ali, Ahmed, Sara, Noor )
Note: the pictures I provide to show you what I want
I want you to write a code and give me a screenshot of the run
Order from us for quality, customized work in due time of your choice.