DBMS Internal (2020) Question
DBMS Internal (2020) Question
1. Student( Enrno, name, courseId, emailId, cellno) and Course (courseId, course_name,
duration) - 10 Marks
(i) Add a column city in student table.
(ii) Drop column duration from course table.
(iii) List name of all courses with their duration from course table.
(iv) List name of all students start with "a".
(v) List emailId and cellno of all students.
2. Student( Enrno, name, courseId, emailId, cellno) and Course (courseId, course_name,
duration) - 10 Marks
(i) Rename column name to stud_name in student table
(ii) Add primary key on column courseId in student table
(iii) Add foreign key on column course Id in course table
(iv) Drop foreign key on column course Id in course table
(v) Drop primary key on column courseId in student table
3. State 1NF, 2NF & 3NF and explain with examples.- 10 Marks
4. Explain in detail about various types of key used in the relation database system. 10 Marks
5. Discuss the main advantages of the database approach and specify how it differs from traditional
file system. 10 Marks
-------------------------------------------------------*-----------------------------------------------------------