Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Create the Oracle database tables using SQL Data Definition Language (DDL) LECTURER PK Lecturer Number Lecturer Name Lecturer Grade FK1 Department_Code DEPARTMENT ---belongs to /has---H-PK
Create the Oracle database tables using SQL Data Definition Language (DDL)
LECTURER PK Lecturer Number Lecturer Name Lecturer Grade FK1 Department_Code DEPARTMENT ---belongs to /has---H-PK Department Code Department Name WORK_LOAD has/is of PK,FK1 Subject Code PK,FK2 Lecturer Number Hours has/is of II SUBJECT PK Subject Code Subject Name Subject Category Each lecturer may teach one or many subjects and each subject is taught by one or many lecturers. Each department has one or many lecturers but each lecturer may not belong to more than one department.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started