Computer Knowledge

Database Management Systems

5,543 Questions

Database Management Systems (DBMS) form the core framework for data storage, retrieval, and security in modern software applications. Concepts such as the E-R model, backup planning, SQL integration, and big data architecture are essential for computer knowledge sections. This hub offers a comprehensive set of practice questions to master DBMS fundamentals and advanced database operations.

E-R Model ConceptsBackup and RecoverySQL Server UpgradesJDBC and ODBCBig Data CharacteristicsData VirtualizationOracle Database

Database Management Systems Questions

Multiple choice
  1. It supports XML type tables.

  2. The loading is independent of the underlying storage.

  3. The data can be loaded in LOBs.

  4. SQL*Loader uses direct path loading in case of inheritance of data.

  5. This method uses both conventional and direct-path methods.

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

SQL*Loader does not support direct-path loading if the data involves inheritance.

Multiple choice
  1. These are used to track undo information for the database.

  2. These are used to copy the redo log files to extend the amount of redo information.

  3. These define the rollback commands.

  4. These segments determine the status of the server.

  5. These are used to check the database connectivity.

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Rollback segments maintain the database stability and undo the information from the database as a security.

Multiple choice
  1. The preconfigured database has basic database structure.

  2. The database structure can be expanded.

  3. One can create additional redo log groups to expand the redo log capacity in the database.

  4. Oracle provides all the alerts related to the database storage while modification.

  5. The changes in the database storage do not change the data dictionary and the control file.

Reveal answer Fill a bubble to check yourself
E Correct answer
Explanation

The changes in the database storage reflect the changes in the data dictionary and the control file.

Multiple choice
  1. Oracle automatically enables auto-tuning of the database.

  2. The user can start the database without immediately managing undo.

  3. 'Undo the database' enables users to view or recover data to a previous point in time.

  4. Undo operation for the database can be used for the rollback operation.

  5. Undo operation provides read consistency of the database.

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

The user is able to view or recover data to a previous point in time after 'undo the database'.

Multiple choice
  1. It is used to advise on the undo tablespace size.

  2. It is used to undo the tablespace.

  3. It is used to undo the database.

  4. It is used to check the database connection.

  5. It is used to manage the database.

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

The user can use the undo advisor to advise on the undo tablespace size and the low threshold undo retention setting.

Multiple choice
  1. The dropped tablespace can be rolled back.

  2. The objects and data in it will no longer be available after a tablespace has been dropped.

  3. The objects of the dropped tablespaces will be available to the users.

  4. These objects of the dropped tablespaces can be recovered.

  5. The tablespaces cannot be dropped.

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

This is correct and the objects and data cannot be used if anyone drops that tablespace.