DBMS Syllabus
DBMS Syllabus
This course shall be designed and approved by the Board of Studies of the Department
of Mathematics.
CO1 1 2 1 1 1 0 1 0 2 0 2 1 2 2 1 1
CO2 2 1 1 2 3 1 0 0 1 2 1 1 2 2 1 1
CO3 1 0 2 1 2 0 0 1 1 1 1 2 1 3 1 1
CO4 1 1 1 2 1 0 1 0 1 2 1 1 1 2 1 2
CO5 2 0 0 1 1 1 0 0 2 1 2 3 1 2 1 0
LECTURE
S
1 NOTE: Ensure all the integrity constraints are applied while creating
the relations. Also write relational algebra queries, wherever possible.
For the given database, write SQL queries and corresponding relational
algebra queries (wherever possible) :
2 For the database in question 1, write SQL queries and relational algebra
queries (wherever possible):
a. Give the title of each book on the topic of either alcohol or drugs.
b. Give the title and author of each book of which at least two copies
are held in a branch located in Melbourne.
a. Give the total number of books in stock in the branch called Fisher.
For the relations created, write a query to insert data into the relations.
Insert 5 rows in each relation. Write a query to alter the data type of
CUST_ADD from varchar to char. Show the use of DDL triggers in
response to DDL events.
5 NOTE: Ensure all the integrity constraints are applied while creating
the relations. Also write relational algebra queries, wherever possible.
For the given database, write SQL queries to create the following
database:
c. Find aid’s of aircraft that can fly non-stop from LA to NY. Assume
you don’t already know the distance.
E. SELF STUDY
Sr. Topic
No.
To study different types of databases in SQL such as ORACLE,
1. MySQL, SQLite, MongoDB. Unit I, II,III
Study the use and applicability of higher normal forms and
2. multivalued dependencies. Convert a set of relations to 4th Normal Unit IV
Form.