Database Management Concepts-Assignment-7
Database Management Concepts-Assignment-7
a) Identity and write the name of the most appropriate column from the given table
PLAYER that can be used a Primary key
b) Define the term Degree in relational data model. What is the Degree of the given
table PLAYER?
2. Rohan is learning to work upon Relational Database Management System (RDBMS)
application. Help him to perform following tasks:
a) To open the database named “LIBRARY”.
b) To display the names of all the tables stored in the opened database.
c) To display the structure of the table “BOOKS” existing in the already opened
database “LIBRARY”
3. Navdeep creates a table RESULT with a set of records to maintain the marks secured by
students in Sem1, Sem2, Sem3 and their division. After creation of the table, he has entered
data of 7 students in the table.
Table: RESULT
5. Explain the use of ‘Foreign Key’ in a Relational Database Management System. Give
example to support your answer.