Database Management System is an
important topic for aptitude as well as interview in the placement process. For
CS/IT students, DBMS acts like a foundation and is used throughout the
engineering career. Hence good DBMS knowledge plays an important role in getting
placed in majority of the IT companies. Following is the list of important questions
which must be done before appearing for the interview process.
- What is Database Management
System?
- List the different advantages of
DBMS.
- What do you mean by abstraction
and what are the different levels of abstraction?
- What do you mean by instance?
- What is a schema? List its types.
- What is data independence and its
types?
- What are the different SQL
languages and the commands associated with them?
- Explain the ER diagram. (Entity,
Attributes, Relationships, Cardinality, Participation)
- Explain specialization,
generalization and aggregation.
- Explain the different keys used
in SQL.
- What is the difference between
Char and Varchar?
- What are the various clauses in
SQL?
- Explain the different types of
joins.
- What is the difference between
inner and outer join?
- Difference between delete,
truncate and drop.
- Explain pattern matching. Which
character is used for pattern matching?
- What is the use of ORDER BY
keyword?
- What is the use of distinct
keyword?
- Difference between “having” and “where”
clause.
- Explain about grant and revoke.
- Difference between Union and
Union all.
- What is view?
- What are the different integrity
constraints?
- Explain triggers.
- What is stored procedures?
- What are cursors?
- What do you mean by implicit and
explicit cursors? Also differentiate them.
- What is normalization of
database? Explain its types.
- What do you mean by clustered and
non-clustered index? Also differentiate them.
- How are sub queries executed?
- What do you mean by Object-Relational
DBMS?
- What are the ACID properties?
- SQL query to find second/third
highest/lowest value from database.
- Basic queries to insert/update/retrieve data.
Comments
Post a Comment