InterviewSolution
This section includes InterviewSolutions, each offering curated multiple-choice questions to sharpen your knowledge and support exam preparation. Choose a topic below to get started.
| 1. |
What do you mean by buffer manager? |
| Answer» | |
| 2. |
What do you mean by cardinality and its types? |
|
Answer» In the context of data models, cardinality means the relationship between two tables. The connection can be of 4 types
In the context of Query OPTIMIZATION, Cardinality refers to the uniqueness of the COLUMN in the table. A column having unique value will have high cardinality and vice-versa. |
|
| 3. |
Explain the difference between physical and logical data independence? |
|
Answer» In LOGICAL DATA Independence the logical schema is modified without rewriting the APPLICATION programs whereas in Physical Data Independence the physical schema is changed without rewriting the application programs. |
|
| 4. |
What do you mean by super key, primary key, foreign key and candidate key? |
Answer»
This particular RDBMS Question explains the IMPORTANCE of KEYS in the DATABASE. |
|
| 5. |
Explain all Codd's rules for relational database system? |
|
Answer» Codd's rules or Codd's law are the set of 12 states which was developed by E.F. Codd in the year 1969-1970. Codd's law tells what is required from the database management system so that it can be considered relational.in other words, Codd's rules are rules for designing the RDBMS.
|
|
| 6. |
What do you mean by E-R Model & Object-oriented Model? |
|
Answer» An Entity-Relationship model is primarily used to REPRESENT the real scenarios as entities. E-R model clearly defines the OBJECTS and the relations between the entities An Object-oriented Model is mainly used to represent the real scenarios as objects. The objects with similar functions are grouped and linked to the other DIFFERENT purposes.in this model, the data can be reused in various missions. Note:-This is the important RDBMS INTERVIEW questions. |
|
| 7. |
Explain, why is RDBMS better than DBMS? |
| Answer» | |
| 8. |
Explain the advantages of RDBMS? |
Answer»
|
|
| 9. |
What is RDBMS and also explain its components? |
|
Answer» RDBMS stands for the Relational DATABASE Management System.RDBMS is the DBMS in which the data is stored in the tables, i.e., the values are stored in the rows and columns. The components of RDBMS are:-
|
|