Informatics Practices
Which of the following is not an example of DBMS?
- MySQL
- Microsoft Access
- IBM DB2
Relational Database
2 Likes
Answer
Reason — MySQL, Microsoft Access, and IBM DB2 are all examples of Database Management System whereas Google is a search engine.
Answered By
2 Likes
Related Questions
Records are also known as …………… and fields are also known as …………… .
- Horizontal Data, Vertical Data
- Attribute, Tuple
- Tuple, Attribute
- Column, Row
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
What does an RDBMS consist of?
- Collection of Records
- Collection of Keys
- Collection of Tables
- Collection of Fields
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.