[SOLVED] Design a new database with a minimum of 6 tables

20.00 $

Programming resource
, Digital learning resource
Categories: ,
Practical programming resource
Suitable for guided study and reference
Tutor guidance available when needed

Description

5/5 - (1 vote)

Design a new database with a minimum of 6 tables.

  • At least 6 (or more) TABLES!
  • An ERD or updated ERD.
  • At least two tables should use a sequence to generate primary key values.
  • Produce a database script file (.sql) that will create the database.
  • Produce a script file to add data to the database.
  • Produce a script file with 10 queries:At least two using join
  • At least three using where clause
  • At least three using order by
  • At least two using single row functions
  • At least two using group by and group functions
  • at least one nested query

 

Resource details

Understand the Task Before You Use the Resource

Review the requirements, identify the programming concepts involved, study the implementation and test your understanding with your own examples and modifications.