Question: Using any DBMS to do the following Part One: Data Definition Language (DDL) 1. Create table named Student, with the following rules and constraints

Using any DBMS to do the following Part One: Data Definition Language

(DDL) 1. Create table named Student, with the following rules and constraints 

Using any DBMS to do the following Part One: Data Definition Language (DDL) 1. Create table named Student, with the following rules and constraints (2 marks) 66 Column Name SID Sname DoB 1 Answer: Data Type Length Number 8 Varchar2 30 Date Constraints Primary Key Unique 2. Create table named Course, with the following rules and constraints (1.5 marks) Column Name Data Type Length Constraints CID Number Primary Key I Cname Varchar2 Unique Crd Number Crd >= 1 and Crd

Step by Step Solution

3.46 Rating (146 Votes )

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock

The following SQL statements can be used to create the Student and Course tables in a relational dat... View full answer

blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!