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
-
Entire database
-
Organising data
-
Storing of data on disk
-
Revising the file structure
-
Shows only user specific data
E
Correct answer
Explanation
The logical schema shows only that part of database that a user is interested in and hides the rest of the data.
-
cannot hide sensitive data
-
keeps its logical structure hidden
-
keeps its physical structure hidden
-
can hide sensitive data
-
is highly safe
A
Correct answer
Explanation
Transparent DBMS as the name suggests is transparent to its users.
-
physical structure of data
-
many to many relationship
-
logical representation of data
-
a database of future
-
designing of database
B
Correct answer
Explanation
A network structure shows many to many relationships that exist in the network.
-
Entity set
-
Attribute
-
Relationship
-
Derived attribute
-
Primary key
B
Correct answer
Explanation
It is represented by an ellipse.
-
Procedural
-
Relational
-
Network model
-
Non-procedural
-
Only 1 and 4
E
Correct answer
Explanation
Both are the types of DML.
-
Hash table
-
Tree
-
Buckets
-
Array
-
Fixed length representation
B
Correct answer
Explanation
Tree organization of symbol table include two link fields, LEFT and RIGHT to each record.
-
DDL
-
DML
-
DSL
-
TCL
-
None of these
A
Correct answer
Explanation
Data Definition Language is used to create tables in RDBMS.
-
a structure or format of data
-
timing of data
-
meaning of each section of bits
-
speed of data
-
route of data
C
Correct answer
Explanation
How a particular pattern is to be interpreted.
B
Correct answer
Explanation
This datatype in Oracle stores file pointers to large objects managed by file systems external to the database.
-
Synonym
-
Sequence
-
Trigger
-
Partitioning
-
Index
E
Correct answer
Explanation
This database object is used to increase the performance of data retrieval by providing faster access path to the table data.
-
Enterprise Manager
-
SNMP Support
-
Third-Party Administration Tool
-
Remote Query
-
Distributed Query
B
Correct answer
Explanation
This administration tool allows an oracle database server to be located and queried by any SNMP based network management system.
-
Generic connectivity
-
Heterogeneous services
-
Database server
-
Transparent gateway agents
-
Homogeneous distributed database systems
D
Correct answer
Explanation
This component in oracle 9i facilitates communication between oracle and non-oracle databases.
-
Shared database link
-
Database link
-
Connected user link
-
Fixed user link
-
Global database name
A
Correct answer
Explanation
This link is between a local server process and the remote database.
-
Employee address
-
Examination score
-
Bank balance
-
All of the above
-
None of these
A
Correct answer
Explanation
Non-numeric data refers to information that cannot be represented as numbers, such as text, addresses, names, or descriptions. An employee's address contains alphanumeric characters and special symbols, making it non-numeric. Examination scores and bank balances are numeric data as they can be expressed as numbers.
-
Master
-
Model
-
Root
-
Root and Master
-
Master and Model
E
Correct answer
Explanation
Both the databases are created while installing SQL server by default.