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
-
It is a tool of structured analysis.
-
It shows the relationship between the data and the process involved in the system.
-
Both (1) and (2)
-
It is a graphical tool which shows the various transition between the states.
-
None of these
C
Correct answer
Explanation
DFD stands for data flow diagram which is one of the tools of structured analysis, mainly used to show the flow of data in the system.
-
A closed square box
-
A dotted rectangular box
-
A pointer
-
A rectangular box with one end open
-
A circle
D
Correct answer
Explanation
It is used to represent a data store in DFDs.
-
Atomic
-
Consistency
-
Isolation
-
Durability
-
Data integrity
A
Correct answer
Explanation
In an atomic transaction, a series of database operations either occur completely, or nothing occurs.
-
Object-relational mapping
-
Conceptual schema
-
Logical schema
-
Physical data model
-
Semantic web
C
Correct answer
Explanation
A logical schema is a data model of a specific problem domain expressed in terms of a particular data management technology.Without being specific to a particular database management product, it is in terms of either relational tables and columns, object-oriented classes, or XML tags. This is as opposed to a conceptual data model, which describes the semantics of an organisation without reference to technology, or a physical data model, which describes the particular physical mechanisms used to capture data in a storage medium.
-
View layer
-
Bussiness layer
-
Access layer
-
Inception phase
-
Design view
B
Correct answer
Explanation
It contains all the objects that represent both data and behavior.
C
Correct answer
Explanation
SQL stands for Structured Query Language. It can be used for making queries and updates to a database.
-
A repository of data
-
A data transaction technique
-
A data processor
-
A data updation location
-
A data dump yard
A
Correct answer
Explanation
A data mart is a repository of data gathered from operational data and other sources that are designed to serve a particular community of knowledge workers.
-
It is dominant entity type.
-
It is coordinate entity type.
-
It is parent entity type.
-
It is child entity type.
-
None of these
D
Correct answer
Explanation
An entity type that is existence dependent on some other entity type is called as child/weak entity type.
-
Data redundancy
-
Data consistency
-
Data integrity
-
Data reliability
-
_
C
Correct answer
Explanation
It is the overall completeness, accuracy and consistency of stored data. It indicates absence of errors in some data. Integrity implies that the data is an exact copy of some original version.
-
files
-
graphs
-
information
-
tables
-
None of these
C
Correct answer
Explanation
Information is accurate, organised and specific for a purpose. When information is entered into a computer, it is referred to as data. After processing, data is converted into information.
-
single sign on
-
backup and recovery
-
resource sharing
-
directory services
-
server side
-
client side
-
database Server
-
none
-
Client side
-
server side
-
client server side
-
none
-
adds on additional layer
-
standardized API
-
fully Automated
-
none
-
groupware server
-
workflow servers
-
database servers
-
transaction servers
C
Correct answer
Explanation
Database servers process SQL requests and store data, typically on the same system or address space. This co-location improves performance by reducing network latency. Groupware servers (A) facilitate collaboration, workflow servers (B) manage business processes, and transaction servers (D) handle transaction processing.