Unit-1 & Unit-2 Dbms Questions
Unit-1 & Unit-2 Dbms Questions
(4) What are the symbols used in E-R diagram? Construct an E-R diagram for a car insurance company
whose customers own one or more cars each. Each car has
associated with it zero to any number of recorded accidents? Also convert the E-R diagram into tables?
(6) What are Joins? Discuss all types of Joins with the help of suitable examples.
(8) What are the different types of Data Models in DBMS? Explain them.
(11) Which relational algebra operations require the participating tables to be unioncompatible? Give the Reason in detail.
(13) What is the difference between shared data and integrated data? Where are they used in database?
(14) What are the different types of domains used in relational model? Discuss the referential integrity constraint with suitable
example.
(15) What do you mean by view? Explain it with an example. How are they
implemented in DBMS?
(16) What is the relational algebra? Discuss how it differs from relational calculus?
(17) What is ER Diagram? Explain different Components of an ER Diagram with thier Notation. Also make an ER Diagram for
Employee Project Management System.
(18) What is Relational Algebra? Explain Different Operations of Relational Algebra with Example.
(19) What is Data Abstraction? How the Data Abstraction is achieved in DBMS?
(21) What is Aggregate Function in SQL? Write SQL query for different Aggregate Function.
(23) Distinguish the terms: super key, candidate key, primary key, Unique Key and foreign key with example?
(24) Explain the concepts of natural join? Also discuss the types of Outer join with suitable example?
(26) Write difference between Cross Join, Natural Join, left outer join and right outer join with suitable example.
(27) Discuss the concept of Trigger with a suitable example? Also differentiate between Views and Indexes?