Skip to content

Completed assignments for the database course at NSU.

Notifications You must be signed in to change notification settings

sckwokyboom/Database-Labs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Database-Labs

Completed assignments for the database course at NSU.

Music Shop

Entities:

  1. Table "Authors":
  • Author ID (Primary Key)
  • First Name
  • Last Name
  • Middle Name
  • Alias
  1. Table "Songs":
  • Song ID (PK)
  • Title
  1. Table "Roles":
  • Role ID (PK)
  • Role Name (composer, lyricist, performer, etc.)
  1. Table "Authors-Roles-Songs":
  • Author ID (FK to Author ID in the "Authors" table)
  • Song ID (FK to Song ID in the "Songs" table)
  • Role ID (FK to Role ID in the "Roles" table)
  1. Table "Disks":
  • Disk ID (PK)
  • Disk Title
  1. Table "Disks-Songs":
  • Disk ID (FK to Disk ID in the "Disks" table)
  • Song ID (FK to Song ID in the "Songs" table)

About

Completed assignments for the database course at NSU.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published