a database semester project #More Description
- Introduction to the working of the system
- Problems in the existing system (optional)
- ERD of the system
- Relational Schema evaluated using Normalization
- Description of the relations in the following format: Table Name: Student Attribute Data Type Size Constraints RegNo Varchar2 10 Primary Key SName Varchar2 15 Not Null Program Varchar2 3 Can be ‘BS’, ‘BBA’, or ‘BA’ NIC Varchar2 15 Unique
- CREATE TABLE statements against all the relations of your system.
- Batchman Diagram showing the association among different relations of the relational schema.
- Select statement for at least five common reports to be generated by the system