Emailing DBMS - QB - Shubhammarotkar Toc Notes
Emailing DBMS - QB - Shubhammarotkar Toc Notes
Tech,Maharashtra
Follow Us
@dbatu_btech_maharashtra
https://www.instagram.com/invites/contact/?i=14ecv66nyj1t
v&utm_content=mohp4lb
DBATU B.Tech,Maharashtra
https://t.me/DBATUBTechMaharashtra
CSE 5 Sem DBATU B.Tech,Maharashtra
DBATU B.Tech,Maharashtra
Computer Science & Engineering
Database Management Systems
Question Bank
UNIT I
1. What is database? Why they are needed?
(i) Data,
(ii) Information,
(iii) Database,
(iv)Database Instance,
(v) DBMS,
(vi) DBA.
Database manager,
Database system,
DBA
Data model,
Database users,
Data independence.
12. What is data model? Define data model and data modeling.
15. State and explain various relational integrity A constraints with suitable example.
UNIT II
(i) Attribute
(ii) Domain
(iii) Relation
(iv) Tuple.
(1) Domain
(ii) Enterprise.
14. Explain various DDL and DML constructs with suitable example
(a) DB2
UNIT III
1. What is normalization?
6. State the basic concept of the theory of normalization with respect to relational
database. Explain in detail various normal forms, with example.
9. Define:
10. With an example prove that Not every BCNF decomposition is dependency preserving.
15. Given an example of relation which is in 2NF but not in 3NF. Explain.
(iii) Normalization.
UNIT IV
1. What is SQL? States its features.
(i) Create
(ii) Drop
(iii) change
(iv) Insert
(v) delete
(vi) Select
(vii) Update
(viii) Rename
(ix) Alter
(iv) DCL.
(i) Insert,
(ii) delete
(iii) Update
Customer and plants are related with one-to-many and plant and nutrients are also related
with one-to- many relationship.
CSE 5 Sem DBATU B.Tech,Maharashtra
(ii) List the plants whose cost is more than Rs. 500/-.
(i) Find the total number of people whose cars were involved in accidents in 2000.
UNIT V
(i) Transaction
(ii) Schedule
7. Explain a view serializable schedule which is not conflict serializable with example.
property is not ensured or not maintained. Give clear examples for consequences of not
supporting a properly.
9. Illustrate difference between conflict serializable schedule and view serializable schedule
by an appropriate example. 10. Draw the state diagram representing various transaction
states.
write(B)
CSE 5 Sem DBATU B.Tech,Maharashtra
write(A)
with A = B = 0.
12. Show that every serial execution involving these two transactions preserve the
consistency of the database.
17. Explain when schedule is conflict serializable and when it is view serializable? Test if the
given schedule is view serializable.
T3 T4 T5
read(Q)
write(Q)
write(Q)
write(Q)
UNIT VI
1. Enlist different file organization in DBMS. Explain in detail with suitable example
2. What is indexing? Mention different type with suitable example
3. How B-trees can be used for record storage in DBMS
4. What is hashing? Explain the type of hashing with example