QUESTION BANK FOR RDBMS
Chapter 1
1.What are the types of database?
2.Differentiate between RDBMS and DBMS
3.Explain different data models?
4.What are the responsibilities of DBA?
5.Explain Architecture of Relational database.
6.Whatare the advantages of RDBMS?
7. define the terms-1.relation 2. Attribute 3.domain 4. Tuple 5.Entities
8.Explain basic operators in Relational Algebra
Chapter 2.
1.Describe all data types in MySQL?
2. Which data constraints are used in SQL?
3.Explain DDL commands in SQL?
4.Explain DML commands in SQL?
5.Differentiate between drop and Truncate command.
6.What is Foreign key and primary key? Explain
7. Explain TCL commands.
Chapter 3
1.Describe Logical operators in SQL
2.Describe relational operators in SQL
3.Expalain order by clause with the help of example.
4.Expalain group by clause and having clause with the help of example.
5.Which Mathematical functions are used in SQL.any 4
6.Explain string functions usedin SQL
7.Whatis Agreegate function? Explain different aggregate functions usedin SQL
Chapter 4.
1. Explain Subquery with insert command
2. Write a note on subquery.
3. Write a note on NATURAL JOIN.
4. What is inner Join? Explain its types.
5. What are the types of Outer Join?Explain with an example.
6. What is Replication? Explain its types.
7. Write down the featurs on Data replication.