Question: Data Dictionary for Course and Section Tables: COURSE TABLE Attribute Name Size Constraint Datatype Varchar2 CourseCode 5 Primary key varchar2 20 CourseName Credit Number 2

Data Dictionary for Course and Section Tables: COURSE TABLE Attribute Name Size Constraint Datatype Varchar2 CourseCode 5 Primary key varchar2 20 CourseName Credit Number 2 SECTION TABLE Size Constraint Attribute Name SectionNo Datatype Number Varchar2 Primary Key Foreign Key referencing Course Table 5 CourseCode Capacity Number 3 Using SQL: Data Definition Language, build the course and Section tables based on the given data dictionary. Write the SQL statements here. Then, execute the SOL statements in Oracle. You may paste the screenshot of the tables structure here or upload the saved image or PDF file. You may use SQL*Plus command "DESCRIBE
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
