Create Student table Develop a SQL Query Refer the below schema, and create the student table. Refer the below schema diagram: College Management System(CMS) Department Student department_id number...


Create Student table<br>Develop a SQL Query<br>Refer the below schema, and create the student table.<br>Refer the below schema diagram:<br>College Management System(CMS)<br>Department<br>Student<br>department_id number --> PK<br>department_name varchar(30)<br>department_block_number number<br>student_id number --> PK<br>student_name varchar(30)<br>address varchar(40)<br>city varchar(30)<br>department_id number --> FK<br>PK-- Primary Key<br>FK-- Foreign Key<br>Subject<br>Staff<br>staff_id number --> PK<br>staff_name varchar(30)<br>department_id number--> FK<br>subject_id number-->PK<br>subject_name varchar(30)<br>subject_code varchar(10)<br>staff_id number -- FK<br>Mark<br>value number<br>subject_id number--> PK,FK<br>student_id number--PK,FK<br>

Extracted text: Create Student table Develop a SQL Query Refer the below schema, and create the student table. Refer the below schema diagram: College Management System(CMS) Department Student department_id number --> PK department_name varchar(30) department_block_number number student_id number --> PK student_name varchar(30) address varchar(40) city varchar(30) department_id number --> FK PK-- Primary Key FK-- Foreign Key Subject Staff staff_id number --> PK staff_name varchar(30) department_id number--> FK subject_id number-->PK subject_name varchar(30) subject_code varchar(10) staff_id number -- FK Mark value number subject_id number--> PK,FK student_id number--PK,FK

Jun 02, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions ยป

Submit New Assignment

Copy and Paste Your Assignment Here