DBMS important topics list for interviews
In any real world application, DBMS plays a key role for managing your data. Its very important to have a strong idea about these topics and have a handson with this.
Important topics that needs to be covered to prepare any dbms interviews are as below.
Core Concepts:
Important topics that needs to be covered to prepare any dbms interviews are as below.
Core Concepts:
- Normalization forms - Questions related to designing a database for a real world application will be asked. They test your design skills. You need to be thorough with 3N form designing. Other questions related 1N,2N forms can be expected.
- Query questions - Select, Insert, Updated , Delete related questions with combinations of joins will be asked. Following combinations will be asked.
- Inner Join
- Outer join
- Self join
- Group By ,
- Having clause
- Between, In, Like
- IsNull, Null
- Union
- Intersect
- Basics of PL/Sql.
- Inbuilt sql functions.
- How indexing works internally.
- Few basics of distributed mysql management.
So make sure you are clear with above concepts before you attend any DBMS related questions.
Comment below for any doubts related to these topics.
Comments
Post a Comment