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
-
Database buffer cache
-
The stream pool
-
Read only
-
The java pool
-
Session memory
A
Correct answer
Explanation
This memory component of the SGA contains 'dirty' or modified blocks and clean or unused blocks.
-
Table
-
Segment
-
Extent
-
Schema
-
Instance creation
D
Correct answer
Explanation
These are the logical structures that directly refer to the database's data.
-
Logical standby database
-
Image copies
-
Detection of failure
-
Media management application
-
Media management catalogue
B
Correct answer
Explanation
RMAN can use image copies during RMAN restore and recover operations.
-
Command language interpreter
-
Compilation phase
-
Execution phase
-
Growing phase
-
Exclusive mode
C
Correct answer
Explanation
During the execution phase, recovery manager sends the remote procedure calls to the target database, monitors their progress and collects the results.
-
Instance creation
-
Recover
-
The archive file
-
The parameter file
-
Data files
E
Correct answer
Explanation
Data files can have certain characteristic set to let them automatically extend when the database runs out of space.
-
Structural part
-
Table spaces
-
Partitioned tables
-
Views
-
None of these
B
Correct answer
Explanation
This physical design structure comprises one or more data files, which are physical structures with the operating system a person is using.
-
Data cube
-
Indexing
-
Physical storage
-
Data modelling
-
Parallelism
D
Correct answer
Explanation
Data modelling is the process of modelling and formalising data requirements in an intrinsic part of the database design process.
-
STATUS
-
DESCRIPTION
-
REFERENCE
-
MAX-ACCESS
-
UNITS
D
Correct answer
Explanation
This field in the structure of management information base defines the access that a user has to do with an object.
-
Standard valuation system
-
Market value system
-
Periodic inventory system
-
Perpetual inventory system
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.
-
Based on physical verification.
-
Inventory and COGS are calculated as residual figures.
-
Provides continuous information about stock.
-
Simple and economical method.
C
Correct answer
Explanation
It only provides the periodic figures at the end of a particular period.
-
Based on physical verification
-
Inventory control is satisfied
-
Provides continuous information about stock
-
Uneconomical and time consuming method
A
Correct answer
Explanation
It is not based on physical verification. Rather book records are used.
Periodic inventory system is based on physical verification.
-
Ms-word
-
File maker program
-
Ms-Access
-
Oracle
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.
-
E-mail message
-
Database
-
Greeting card
-
Save game file
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.
-
System log
-
Deferred update
-
Immediate update
-
Rollback
-
Savpoint
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.
-
Begin_Transaction
-
Read or Write
-
End_Transaction
-
Commit_Transaction
-
Rollback
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.