Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

DEP Exercise Consider the following relational database: STUDENT (STDNO, SNAME, DEPTNO#) (DEPTNO, DNAME) COURSE CORSNO CNAME, DEPTNO#, CMAX) ENROLMENT (STDNO#, CORSNO#, GRADE, EDATE) STUDENT.DEPTNO is

image text in transcribed
DEP Exercise Consider the following relational database: STUDENT (STDNO, SNAME, DEPTNO#) (DEPTNO, DNAME) COURSE CORSNO CNAME, DEPTNO#, CMAX) ENROLMENT (STDNO#, CORSNO#, GRADE, EDATE) STUDENT.DEPTNO is the department number of the student. COURSE.DEPTNO is the department number that offers the course. ENROLMENT models the registrations of students in courses (M:M relationship) where the GRADE is the grade obtained by the student in the course. PARTI: DATA DESCRIPTION LANGUAGE (DDL) 1) Write DDL commands to create the four tables without any constraint Nom de colonne Signification Type STDNO Student Number Number SNAME Student name Varchar2 DEPTNO Department Number Varchar2 DNAME Department name Varchar2 CORSNO Course Number Number CNAME Course Name Varchar2 CMAX Max. students allowed Number GRADE Obtained Grade Number EDATE Enrolment date Size 8 30 2 20 3 30 2 2 Date 2) Add all the following constraints: Primary key Foreign Key Constraints on the STUDENT table: Sname: Not Null Each student must belong to a department Constraint on the ENROLMENT table Edate: have a default value equal to the system date

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Databases Organizing Information Digital And Information Literacy

Authors: Greg Roza

1st Edition

1448805929, 978-1448805921

Students also viewed these Databases questions