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

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 ' to show the table structures

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!