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. The group OSDBA has a specific name 'dba' for Unix user group.

  2. For the member of the OSDBA group with the SYSDBA, the system privilege will be SYSDBA while connecting to the database.

  3. For the member of the SYSOPER group with the SYSDBA, the system privilege will be SYSOPER while connecting to the database.

  4. The CONNECT command fails in case of no member from the groups SYSDBA or SYSOPER found while connecting to the database.

  5. All of the above

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

All of the above are the correct statements.

Multiple choice
  1. There must be sufficient memory available to start the oracle database instance.

  2. There must be sufficient disk storage space must be available for the planned database.

  3. The operating system privileges must be associated with a fully operational database administrator.

  4. All of the above

  5. Both (2) and (3)

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

All are the correct statements.

Multiple choice
  1. SWISS-PROT and PROSITE

  2. SWISS-PROT and Genbank

  3. PROSITE and Genbank

  4. PROSITE and Pfam

  5. Genbank and Pfam

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

Databases consisting of data derived experimentally, such as nucleotide sequences and three-dimensional structures, are known as primary databases. Examples: SWISS-PROT and Genbank

Multiple choice
  1. EMBL

  2. PDB

  3. Sequin

  4. BioOne

  5. ModBase

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

BioOne bibliographic database is an indexed and fully-searchable collection of abstracts that link to the fulltext articles available from the BioOne organisation.

Multiple choice
  1. Control files specify the physical structure of the database.

  2. A control file has information about the name of the database.

  3. A control file is responsible for identification of the database during database operation.

  4. A control file can be used for database recovery operation.

  5. None of the above

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

All of the above are the true statements about the control files in Oracle database.

Multiple choice
  1. The data segment defines the logical structure of the database.

  2. Each partition has a data segment for a partitioned table in the database.

  3. Database segments are created when a SQL statement needs temporary database area to complete execution.

  4. Every table in the cluster stores its data in the cluster's data segment.

  5. None of the above

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

This is false statement as Oracle creates Temporary segments  when a SQL statement needs a temporary database area to complete execution and it does not create any Database segments.

Multiple choice
  1. These files can be used to record the changes made in the database.

  2. Oracle allows a multiplex redo log operation for Redo log files.

  3. Redo log file contains the information that is used only to recover the database from a system or media failure.

  4. Redo log file contains the information about the Time stamp of database creation.

  5. Every Oracle database can have set of two or more Redo log files.

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

It does not contains such information. Control files have such information.

Multiple choice
  1. Clusters can affect application design.

  2. The data stored in a clustered table is accessed by SQL.

  3. Clustering is used to order the physical placement of tables on a disk drive.

  4. Cluster key determines the value of cluster key columns for a particular row.

  5. Cluster also improves retrieval performance of the database operation.

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

This is false statement as clusters do not affect application design.