DBMS Unitwise Imp Questions
DBMS Unitwise Imp Questions
DBMS Unitwise Imp Questions
UNIT-3
1. Basic form of a sql query? (or) structure of sql statement with an example?
2. Data types in sql ? explain date and time function? String function? Mathematical
functions in sql?
3. Pattern matching in sql and its use?
( hint: select * from students where name like “s%” )
4. Compound condition in sql?
5. Explain set operations in sql?
6. Types of joins in sql?
7. Explain nested queries in sql?
8. Aggregate operations in sql with an example?
9. Use of distinct in sql?
10. What are null values? How to disallow null values?
11. What are complex integrity constraints in sql?
12. What are prime and non prime attributes ?
13. What are triggers ?what are its three parts? How to create it? Types of triggers?
UNIT-5
1. Explain
A) Why does a dbms store data in external storage?
B) why are I/O Costs important in a DBMS?
C) what is record ID? How many I/Os are needed to fetch it into main memory.
D) what is buffer manager.
2. Discuss cylinder and its benefits in disk organization.
3. Explain a) optical disks b) magnetic tapes
4. What is file organization? Operations supported by file of records abstraction.
5. What is an index on a file of records? What is a search key for an index? Why do we
need indexes?
6. Discuss about primary indexes? Define single level and multi level indexing.
7. What is cluster index and unclustered index?
8. Explain primary and secondary indexes with an example?
9. What are the indexed data structures?( hint: hashed based and tree based indexing?
10. Explain hashed based and tree based indexing with examples?
11.explain terms a) hash function b) bucket c) synonym d) collision and overflow e) file
operation on hash file
12. What is static hashing? Open hashing? Linear probing? Dynamic hashing? Extendible
hashing? Explain with examples.
13. Explain concept of heap file organization?
14. Write about indexed sequential files with advantages and disadvantages.
15. Explain the concept of B+ teee?its characteristics?
Give algorithms and examples of insertion and deletion operations for B+ tree.? Difference
between B+ and B- trees?