Informatics Practices
What does an RDBMS consist of?
- Collection of Records
- Collection of Keys
- Collection of Tables
- Collection of Fields
Relational Database
3 Likes
Answer
Collection of Tables
Reason — An RDBMS (Relational Database Management System) is a collection of tables.
Answered By
3 Likes
Related Questions
Which of the following are valid field names of the table: Employee?
- empid, ename, esalary
- empid, ename, stu_name
- stu_Id, ename, esalary
- stu_Id, ename, stu_name
Which of the following is not an example of DBMS?
- MySQL
- Microsoft Access
- IBM DB2
Assertion (A): Database management system is an application software which arranges data in a well-organized manner in the form of tables.
Reasoning (R): DBMS acts as an interface between the database stored in the computer memory and the user.
- Both A and R are true and R is the correct explanation of A.
- Both A and R are true but R is not the correct explanation of A.
- A is true but R is false.
- A is false but R is true.
Assertion (A): In hierarchical model, the data is organized in a tree-like structure.
Reasoning (R): In hierarchical model, searching for a particular record is a time-consuming process.
- Both A and R are true and R is the correct explanation of A.
- Both A and R are true but R is not the correct explanation of A.
- A is true but R is false.
- A is false but R is true.