0% found this document useful (0 votes)
14 views3 pages

Exp No-1

Uploaded by

Patnala Ramchand
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
14 views3 pages

Exp No-1

Uploaded by

Patnala Ramchand
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 3

1) Create a table name STUDENT with following structure.

Column
Description Data Type
#Name
Registration
1RegNo Number NUMBER(3)
2Name Student Name VARCHAR(15)
Gender of the
3Gender student CHAR(1)
4DOB Date of Birth DATE
5MobileNo Mobile Number NUMBER(10)
6City Location of stay VARCHAR(15)

2) Create a table name FACULTY with following structure.

Column
Description Data Type
#Name
1FacNo Faculty Identifier VARCHAR(4)
2FacName Faculty Name VARCHAR(15)
3Gender Gender of faculty CHAR(1)
4DOB Date of Birth DATE
5DOJ Date of Join DATE
6MobileNo Mobile Number NUMBER(10)
3) Create a table name DEPARTMENT with following structure.

Column
Description Data Type
#Name
1DeptNo Department Identifier VARCHAR(4)
2DeptName Department Name VARCHAR(15)
3DeptHead Department Head VARCHAR(4)

4) Create a table name COURSE with following structure.

Column
Description Data Type
#Name
1CourseNo Course Identifier VARCHAR(3)
Course
2CourseDesc Description VARCHAR(14)
3CourseType Course Type CHAR(1)
4SemNo Semester Number CHAR(1)
5HallNo Hall Number VARCHAR(4)
6FacNo Faculty Identifier VARCHAR(4)
5) Modify the table FACULTY by adding a column name
DeptNo of datatype VARCHAR(4)

You might also like