Tag: databases

Questions Related to databases

  1. Both tables have NULL values

  2. You want all unmatched data from one table

  3. You want all matched data from both tables

  4. You want all unmatched data from both tables

  5. One of the tables has more data than the other

  6. You want all matched and unmatched data from only one table


Correct Option: D
  1. Index Sequential

  2. Via Set

  3. Calc

  4. Direct


Correct Option: D
  1. Database Management System

  2. Data Management System

  3. Data Maintenance System

  4. Database Manipulation System


Correct Option: C

DMS is what kind of database system?

  1. Network

  2. Hierarchical

  3. Relational

  4. None of These


Correct Option: A

When we give the command "OPEN AREANAME" in which mode the area is opened?

  1. Retrival

  2. Update

  3. Both

  4. None


Correct Option: A

What is the syntax to open an area in upadte mode?

  1. OPEN AREANAME USAGE-MODE IS UPDATE

  2. OPEN AREANAME USAGE MODE IS UPDATE

  3. OPEN AREANAME USAGE-MODE IS MODIFY

  4. OPEN AREANAME USAGE MODE IS MODIFY


Correct Option: A