Tag: databases

Questions Related to databases

ERD stands for

  1. Enterprise Relationship Diagram

  2. Entity Relationship Diagram

  3. Extra Relationship Diagram

  4. Entry Relationship Diagram


Correct Option: B

What is true about RDBMS? Choose all that apply

  1. A system consisting of tables and relation between the tables

  2. Writes efficient queries itself without user intervention to retrieve and manipulate the data stored

  3. Handles data retrieval and manipulation using a functional programming language called SQL (Structured Query Language)

  4. A system consisting of memory structures and background process

  5. Translates a SQL query into a series of operations that retrieve the actual data from the database


Correct Option: A,C,E

SQL stands for

  1. Structured Query Language

  2. Stable Query Language

  3. Synchronous Query Language

  4. System Query Language


Correct Option: A

As a part of Entity Relationship Modeling conventions, an Entity is represented by a SOFT BOX.

  1. True

  2. False


Correct Option: A

In RDBMS, a TABLE is two dimensional object

  1. True

  2. False


Correct Option: A

DATABASE is a PHYSICAL object

  1. True

  2. False


Correct Option: B

desc - is the default option for sorting rows

  1. True

  2. False


Correct Option: B