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
-
internal errors
-
block corruption errors
-
deadlock errors
-
errors occurred during dispached processes
-
external errors
B
Correct answer
Explanation
ORA-1578 – block corruption errors
-
Only 1
-
Only 2
-
Only 3
-
Both 1 and 2
-
Both 1 and 3
A
Correct answer
Explanation
Non-secure remote connections use only password files to authenticate DBA to connect with Oracle as a privileged user.
-
Performing start up and shut down operations
-
Creating database
-
Altering database
-
Archiving log and recovery
-
Including the restricted session privilege
B
Correct answer
Explanation
Creating database – Not authorised operation
-
The Oracle login process
-
The Oracle server process
-
The system monitor process
-
Both 1 and 3
-
PMON
B
Correct answer
Explanation
When a user starts a new session in a database server, the Oracle server process is involved first.
-
Network administrator
-
Security officer
-
Database administrator
-
Application administrator
-
Database user
C
Correct answer
Explanation
Database administrator is responsible for planning for backup and recovery of database information.
-
Database administrators
-
Network administrators
-
Application developers
-
Application administrators
-
Database users
E
Correct answer
Explanation
Database users can enter, modify or delete data in the database, where permitted.
-
Examine data files
-
Examine log files
-
Recreate the control file
-
Transport table spaces between databases
-
Make a logical backup of the rollback segment tablespace
D
Correct answer
Explanation
DBA transports table spaces using the export/import facility.
-
Database buffer cache
-
Log buffer
-
Large pool
-
Java pool
-
Shared pool
C
Correct answer
Explanation
The correct answer is log buffer
-
All indexes are enabled.
-
All indexes are disabled.
-
The tables containing nested tables are contained in the same tablespace.
-
The source and target system must use the same operating system.
-
The target system has the tablespace which is created already.
D
Correct answer
Explanation
Before creating a transportable table space, the source and target system must use the same operating system.
-
To recover it later, when database is in NOARCHIVELOG mode
-
To minimise downtime
-
To prevent further corruption of a damaged datafile
-
To allow for automatic datafile recovery
-
To reject the datafile automatically
D
Correct answer
Explanation
When the database is in MOUNT state, a datafile is set to offline to allow automatic recovery.
-
Network model
-
Object oriented model
-
Hierarchical model
-
Relational model
-
Prototype model
C
Correct answer
Explanation
In this model, data elements are well suited for a one to many relationships with other data elements in the database.
-
It stores the data mostly in a temporary data storage.
-
It affects the data integrity.
-
The corrupt data contains certain code for the specified triggering actions by the attackers.
-
This type of attack can affect the server's configuration.
-
The buffers are created to contain a finite amount of data.
D
Correct answer
Explanation
Buffer overflow attack is caused due to poor programming practices and it does not affect the server's configuration.
-
Full database backup
-
Differential backup
-
Transaction log backup
-
Redundant transaction logs
-
Database buffers
A
Correct answer
Explanation
Full database backup is considered a full backup of the database or dump of the database.
-
Object and object identifier
-
Attributes and methods
-
Class
-
Class hierarchy and inheritance
-
Procedures
B
Correct answer
Explanation
Each object comprises of a state and behaviour.
-
Lock table
-
Lock
-
Two-phase locking
-
Database recovery
-
Scheduler
A
Correct answer
Explanation
Lock table signifies a relation that relates database element with information regarding locking.