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

Dbms Imp

Uploaded by

vasishtaneymar
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
Download as pdf or txt
0% found this document useful (0 votes)
28 views3 pages

Dbms Imp

Uploaded by

vasishtaneymar
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
Download as pdf or txt
Download as pdf or txt
You are on page 1/ 3

DBMS IMPORTANCE QUESTIONS

1 a) What is a data model? What are the different data models?

Explain E-R model and relation model briefly.

b) Differentiate between File system and DBMS?

2 a) Discuss in brief about the characteristics of DBMS?

b) Explain in brief about the Client Server architecture for the database?

3 a) List and explain the common data types available in SQL.

b) Explain the importance of Null values in Relational Mode

4.constraints (Domain, Key constraints, integrity constraints) and their importance

6.What is Entity set? And also define Relationship set. List and explain the
symbols used to draw ER Diagram

7.Explain the following SQL constructs with examples: (i) order by (ii) group by
and having (iii) as select (iv) schema

8.Define the following terms and give examples. (i) Cardinality (ii) Unary
relationships (iii) aggregation (iv) specialization.

9. What are the problems caused by redundantly storing information? Explain

10.Explain the difference between external, logical and physical level schemas.
How are these different schema layers related to the concepts of logical and
physical data independence?

11 Describe the concept of centralized Vs client/server model

12. Draw and explain the detailed system architecture of DBMS.


Explain Data Independence and its types in detail
13.Differentiate domain key constraints and Integrity key constraints with suitable
examples.

1.Explain in brief about different types of joins in SQL.

2.Define normalization? What are the steps in normalization? What are the
advantages of normalized relation over un normalized relation?

3.Explain 1NF, 2NF and 3NF with suitable example. And Illustrate the problems
with these normalizations.

4. Explain about File Organization and Indexing,

What is dependency closure F+ of a set of FDs? What the attribute


closure X+ of a set of attributes X with respect to a set of FDs F?

5.How to represent generalization, specialization and aggregation using ER


Diagrams. Explain with suitable ER diagram.

6.Explain about ACID Properties

7.Explain how Concurrency control can be achieved with locking methods.

8,Explain in detail B+ tree file Organization


5,1,5,25,30,45,60,18,28

9.What is lossless join decomposition? Explain the same with an example.

10 Explain the difference between BCNF and 3NF briefly.

11. Explain different types of locks used in concurrency control.

10.Explain two phase locking for ensuring serializability.

11Explain the states of Transaction. How to implement the Atomicity and


Durability properties? Explain.

12.What are the techniques used to organize the data in an index for efficient
retrieval of data entries.
13..Write SQL statements for following: Student( Sno, Sname, courseId, email_id, Mobileno)
Course(CID, Cname, Cduration)
i) Add a column city in student table.
ii) ii) Find out list of students who have enrolled in “AIML” course.
iii) iii) List name of all courses with their duration.
iv) iv) List name of all students start with “R”
v) v) List email_Id and Mobileno of all Computer Science Engineering students.

14.Write SQL statements for the following: Sailors(sid, sname, rating, age) Boats(bid, bname,
color) Reserves(sid, bid, day)
i) Find the sids of all sailors who have reserved red boats but not green boats
ii) . ii) Find all sids of sailors who have a rating of 10 or reserved boat 104
iii) . iii) Find the names of sailors who have reserved boat 110.
iv) iv) Find the names of sailors who have reserved all boats.
v) v) Find the average age of sailors with a rating of 7.

You might also like