Drop Student Table Refer the following schema and drop Student table. Hint: To drop parent table all associate tables need to be dropped. Student - Course Enrollement Management STUDENT COURSE...


Drop Student Table<br>Refer the following schema and drop Student table.<br>Hint: To drop parent table all associate tables need to be dropped.<br>Student - Course Enrollement Management<br>STUDENT<br>COURSE<br>Number(4)<br>Pipnis<br>FirstName<br>PK<br>PK<br>courseid<br>number(4)<br>Varchar2(20)<br>CourseName<br>varchar2(20)<br>LastName<br>Varchar2(20)<br>Duration<br>number(2)<br>Street<br>Varchar2(20)<br>Fees<br>number(7,2)<br>City<br>Varchar2(20)<br>Date<br>REGISTRATION<br>PK-Primary key<br>FK-Foreign key<br>FK<br>CourselD<br>number(4)<br>FK<br>number(4) O<br>Pipnis<br>Date<br>F5<br>F10<br>A<br>63<br>70<br>

Extracted text: Drop Student Table Refer the following schema and drop Student table. Hint: To drop parent table all associate tables need to be dropped. Student - Course Enrollement Management STUDENT COURSE Number(4) Pipnis FirstName PK PK courseid number(4) Varchar2(20) CourseName varchar2(20) LastName Varchar2(20) Duration number(2) Street Varchar2(20) Fees number(7,2) City Varchar2(20) Date REGISTRATION PK-Primary key FK-Foreign key FK CourselD number(4) FK number(4) O Pipnis Date F5 F10 A 63 70

Jun 11, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here