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
-
Top-down strategy
-
Bottom-up strategy
-
Inside-out strategy
-
Mixed strategy
-
Single strategy
C
Correct answer
Explanation
This strategy in the schema design of Oracle is focused on a central set of concepts that are most evident.
-
Log Writer
-
SMON
-
Checkpoint
-
Recoverer
-
Archiver
B
Correct answer
Explanation
The main responsibility of this system file is to ensure that all the database files are consistent and perform recovery.
-
V$DBLINK
-
OWNER_ID
-
LOGGED_ON
-
GV$DBLINK
-
DB_LINK
D
Correct answer
Explanation
This database link connection in the current session lists all open database links in your session, along with their corresponding instances.
-
Commit phase
-
Prepare phase
-
Forget phase
-
Prepared phase
-
Abort phase
C
Correct answer
Explanation
This phase in Oracle is said to be the node which after receiving notice from the global coordinator that all nodes have committed, the commit point site erases status information about this transaction.
-
Distributed Query Optimization
-
Client/Server Environment
-
Homogeneous Distributed Environment
-
Remote Procedure Calls
-
Heterogeneous Distributed Environment
E
Correct answer
Explanation
This feature in distributed database is the one which allows the NLS (Natural Language Support) settings of the client, the transparency gateway and the non-Oracle data source to be either the same or a subset of the Oracle database server.
-
Distributed transaction
-
Remote transaction
-
Distributed query
-
Remote query
-
Online query
B
Correct answer
Explanation
This transaction contains one or more remote statements, all of which refer to a single remote node.
-
Business metadata
-
Operational metadata
-
Technical metadata
-
Hybrid metadata
-
Target metadata
C
Correct answer
Explanation
This metadata in DBMS is concerned with the information system characteristics that include ETL process metadata, back room metadata and transformation metadata.
-
Informatics
-
Oracle 10g warehouse builder
-
SAS (Statistical Analysis System)
-
MySAP business intelligence
-
Data profiling
C
Correct answer
Explanation
This tool used in data warehouse provides a single environment that seamlessly integrates data quality within the data integration process.
-
getColumnName(int column)
-
getColumnType(int column)
-
getColumnTypeName(int column)
-
getColumnNameType(int column)
-
getColTypeName(int column)
C
Correct answer
Explanation
getColumnTypeName(int column) method is present in ResultSetMetaData interface and it retrieves the designated column's database-specific type name. So, this answer is correct.
A
Correct answer
Explanation
SFMS (Structured Financial Messaging System) is a secure messaging standard used in banking, which typically requires robust database management systems like Oracle or MySQL to handle transactions.
-
time required to locate date
-
time required to retrieve stored data
-
both 1 and 2
-
none of these
C
Correct answer
Explanation
Access time is the total time taken to locate the data and then retrieve it from the storage medium.
A
Correct answer
Explanation
This option is correct because in contemporary databases, the top level of the hierarchy consists of catalogs.
-
DBMS package
-
Super computer
-
Programming language
-
Parallel random access memory
-
None of these
-
data
-
information
-
problem
-
all the above
A
Correct answer
Explanation
Data refers to raw, unorganized facts and figures, which become information after processing.
-
result
-
meta data
-
information
-
all the above
C
Correct answer
Explanation
Information is defined as processed, organized, and structured data that is meaningful to the user.