DBMS Questions
DBMS Questions
1. What is database?
2. What is DBMS?
11. Which part of the RDBMS takes care of the data dictionary? How
12. What do you mean by instance & schema ? Explain the difference between these.
13. What is the difference between Procedural DML and Non-Procedural DML ?
24. What do you mean by cardinality? What are different kinds of cardinalities ?
26. What is the difference between the strong entity set and weak entity set ?
a. Many-to-One
b. One-to-One
c. One-to-Many
d. Many-to-Many
ii. Write a SQL query to display employee name, employee city ,company name and
iii. Write a query to display all the employees working in ‘XYZ’ company.
43. Differentiate between Cartesian product and natural join operations used in relational
algebra.
44. What are the primitive operations common to all record management systems
46. Define foreign key ? How does it play a role in the join operation ?
48. What do you mean by SQL ?What are the characteristics of SQL ?
51. What is meant by static SQL? How it differs from dynamic SQL?
57. Which subdivision of SQL is used to put values in tables and which one to create tables ?
58. Differentiate between SQL commands DROP TABLE and DROP VIEW.
60. Discuss the various type of join operations ? Why are these join required.
61. How are exceptions handled in PL/SQL? Give some of the internal exceptions' name
62. What are stored-procedures? And what are the advantages of using them.
67. Explain Functional dependency and Trivial functional dependency with examples.
78. What is 1NF, 2NF, 3NF and BCNF (Boyce-Codd Normal Form)?
79. Explain Closure of Set of Functional dependency and Closure of Attribute sets