DBMS Lab Excercices
DBMS Lab Excercices
To insert 5 records into a table named Student with the attributes RollNo,
Name, Branch, Year, Date of Birth and Total_Marks where RollNo is primary
key and Name must not be null.
5. To create a Persons Table with the attributes PID Number (5), Name
varchar2 (10), Address Varchar2(20), City Varchar2(10) where PID is
Primary Key and Name must not be NULL.