database design: Create a DATABASE: SCHOOL TABLES Create the following three tables with the same names and data types as provided below: CourseMaster Column Name Data Type Remarks CID Integer Primary Key course name Varchar(40) NOT NULL Category Char(1) NULL, Basic/Medium/Advanced Fee Small money NOT NULL; Fee can’t be negative StudentMaster Column Name Data Type …
Continue reading “School Case Study Database Design Queries and Answers”