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. Standard valuation system

  2. Market value system

  3. Periodic inventory system

  4. Perpetual inventory system

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

Perpetual system is the method where record is updated after each receipt and issue; it ensures greater accuracy. Standard valuation is the method of recording material issue at pre-determined standard price while in market value system; they are recorded at market price. In periodic inventory system, periodic record of inventory is maintained.

Multiple choice
  1. Ms-word

  2. File maker program

  3. Ms-Access

  4. Oracle

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

MS-Word is a word processing application, not a database management system. Oracle, MS-Access, and FileMaker are all database software.

Multiple choice
  1. E-mail message

  2. Database

  3. Greeting card

  4. Save game file

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

In the context of databases, a schema is the structural definition that outlines how data is organized and the relationships between tables.

Multiple choice
  1. System log

  2. Deferred update

  3. Immediate update

  4. Rollback

  5. Savpoint

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

This is a recovery technique that recovers from non-catastropic transaction failure is the one that do not physically update the database on disk, until a transaction reaches its commit point.

Multiple choice
  1. Begin_Transaction

  2. Read or Write

  3. End_Transaction

  4. Commit_Transaction

  5. Rollback

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

This operation of recovery manager signals a successful end of the transaction, so that any changes executed by the transaction can be safely committed to the database.