PART I: DATA DESCRIPTION LANGUAGE (DDL) 1) Write DDL commands to create the four tables without any constraint. Nom de colonne Signification STDNO SNAME DEPTNO Туре Number Size Student Number 8. Student name Varchar2 Varchar2 30 Department Number Department name Course Number 2 Varchar2 Number Varchar2 Number Number DNAME CORSNO 20 3 CNAME Course Name 30 СМАХ GRADE EDATE Max. students allowed Obtained Grade 2 2 Enrolment date 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.

Database Systems: Design, Implementation, & Management
12th Edition
ISBN:9781305627482
Author:Carlos Coronel, Steven Morris
Publisher:Carlos Coronel, Steven Morris
Chapter7: Introduction To Structured Query Language (sql)
Section: Chapter Questions
Problem 97C: The following tables provide a very small portion of the data that will be kept in the database....
icon
Related questions
Question

solve this in sql (question2)

Exercise
Consider the following relational database:
(STDNO, SNAME, DEPTNO#)
(DEPTNO, DNAME)
(CORSNO, CNAME, DEPTNO#, CMAX)
ENROLMENT (STDNO#, CORSNO#, GRADE, EDATE)
STUDENT
DEP
COURSE
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.
PART I: DATA DESCRIPTION LANGUAGE (DDL)
1) Write DDL commands to create the four tables without any constraint.
Nom de colonne
Signification
Size
Туре
Number
STDNO
Student Number
8.
SNAME
Student name
Varchar2
30
Department Number
Varchar2
DEPTNO
2
Department name
Course Number
DNAME
Varchar2
20
CORSNO
Number
CNAME
Course Name
Varchar2
30
Max. students allowed
Obtained Grade
Enrolment date
СМАХ
Number
2
GRADE
Number
2
EDATE
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.
Transcribed Image Text:Exercise Consider the following relational database: (STDNO, SNAME, DEPTNO#) (DEPTNO, DNAME) (CORSNO, CNAME, DEPTNO#, CMAX) ENROLMENT (STDNO#, CORSNO#, GRADE, EDATE) STUDENT DEP COURSE 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. PART I: DATA DESCRIPTION LANGUAGE (DDL) 1) Write DDL commands to create the four tables without any constraint. Nom de colonne Signification Size Туре Number STDNO Student Number 8. SNAME Student name Varchar2 30 Department Number Varchar2 DEPTNO 2 Department name Course Number DNAME Varchar2 20 CORSNO Number CNAME Course Name Varchar2 30 Max. students allowed Obtained Grade Enrolment date СМАХ Number 2 GRADE Number 2 EDATE 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.
Expert Solution
steps

Step by step

Solved in 2 steps

Blurred answer
Knowledge Booster
Computing Algorithms
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
Database Systems: Design, Implementation, & Manag…
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781305627482
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning
Database Systems: Design, Implementation, & Manag…
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781285196145
Author:
Steven, Steven Morris, Carlos Coronel, Carlos, Coronel, Carlos; Morris, Carlos Coronel and Steven Morris, Carlos Coronel; Steven Morris, Steven Morris; Carlos Coronel
Publisher:
Cengage Learning
Oracle 12c: SQL
Oracle 12c: SQL
Computer Science
ISBN:
9781305251038
Author:
Joan Casteel
Publisher:
Cengage Learning
Database Systems: Design, Implementation, & Manag…
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781337627900
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning