Lab 02
Lab 02
In this lab, you attempt to understand relational concepts and learn to define relational
schema using SQL-DDL.
(3) Below is a set of relations for creating a database for the “Sales Management” module
of an enterprise application. Here you are given the necessary details for each relation;
that is, the list of attributes, its primary key, and foreign key information.
Note: For all IDs and codes you can use integer types
You are required to Create