akosiraff

Download: Sales ERD Modified SQL

Feb 12th, 2013
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.69 KB | None | 0 0
  1.  
  2. Download: http://solutionzip.com/downloads/sales-erd-modified-sql/
  3. Using the DBMS you chose in the previous Discussion Board assignment, download and install that software to prepare for the Database and Data Model to be created. Once the software is running and the database is available, complete the following:
  4. Create the physical data model for the logical data model that you submitted in IP3. This should include all of the data definition language SQL.
  5. Your submission should include all DDL needed to:
  6. Create the tables
  7. Create the primary keys
  8. Create the foreign keys
  9. Add DML statements to:
  10. Add data of 1 customer who buys from the company
  11. Provide the DML to add 1 employee who interacts with customers
  12. Give DML to change data of the employee, giving the commission a 25% increase
  13. Give DML to delete the customer and employee data
  14. Write 3 SELECT statements:
  15. To select the customer details
  16. To select the employees details
  17. To show which employee services which customer
  18. Submit your Word document and make sure that it contains the following:
  19. Screenshot of the ERD, logical data model from previous assignments.
  20. The DDL to create the tables, including the table definition and the primary and foreign key definitions.
  21. SQL to add data to the tables
  22. Add data of 1 customer who buys from the company
  23. Provide the DML to add 1 employee who interacts with customers
  24. Give DML to change data of the employee, giving the commission a 25% increase
  25. Give DML to delete the customer and employee data
  26. Write 3 SELECT statements:
  27. To select the customer details
  28. To select the employees details
  29. To show which employee services which customer
  30.  
  31. Download: http://solutionzip.com/downloads/sales-erd-modified-sql/
Add Comment
Please, Sign In to add comment