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
-
Improved productivity
-
Slow implementation
-
Increased cost
-
All of the above
-
Both (2) and (3)
E
Correct answer
Explanation
These are the disadvantages of CASE tools.
-
Designing a data model
-
Data conversion
-
Generating reports
-
Programming and testing
-
All of the above
E
Correct answer
Explanation
These are the functions related to CASE tools.
-
This tool has data dictionary as a main component.
-
This is the integrating tools to share the data among the different tools.
-
This tool is used to automatic generation of reports and the programs.
-
All of the above.
-
Only (1) and (2).
E
Correct answer
Explanation
These are the correct statements about the Central Repository tool.
-
It is a bottom up approach to arrange the entities.
-
In this, two entities can be treated as single entity.
-
Specialization follows the ISA approach.
-
Specialization is opposite of generalization.
-
Both (1) and (2).
E
Correct answer
Explanation
These are the incorrect statements.
-
Data dictionary provides the name and description of the data structure.
-
It provides the database report generation.
-
It provides easy search for the data type sand keywords.
-
All of the above.
-
Both (1) and (3).
D
Correct answer
Explanation
These are the correct statements about data dictionary.
-
There is no bypass integrity rule allowed for the low level access in the system.
-
This rule defines the database existence in the distributed environment.
-
This rule maintains the integrity independence of the database.
-
This rule defines the data storage irrespective of physically independence.
-
None of the above
A
Correct answer
Explanation
Nonsubversion rule indicates the security feature of the system by maintaining the data with some encryption techniques. This is correct statement.
-
Literal
-
Terminal
-
Identifier
-
All of the above
-
-
B
Correct answer
Explanation
Terminal tables have permanent database entries for each terminal symbol. In this, data structures used by compiler keep the track of terminal tables of the syntactic analysis.
-
Field
-
Bead
-
Database
-
Data Collection
-
None of these
B
Correct answer
Explanation
Bead data structures are those which have instances of the same data structure in several fields of the data structures.
-
GFO
-
BFO
-
Swoogle
-
FOAF
-
Dublin Core
D
Correct answer
Explanation
FOAF (an acronym of Friend of a friend) is a machine-readable ontology describing persons, their activities and their relations to other people and objects. Anyone can use FOAF to describe him- or herself. FOAF allows groups of people to describe social networks without the need for a centralised database.
-
numeric facts
-
textual facts
-
pseudo-factsSX
-
dimesional keys
-
E-R diagram
D
Correct answer
Explanation
A factless fact table is fact table that does not contain fact.They contain only dimesional keys and it captures events that happen only at information level but not included in the calculations level.just an information about an event that happen over a period.
-
satellite data
-
pointer
-
control tables
-
lookup table
-
hooks
A
Correct answer
Explanation
Satellite data refers to any payload data which you want to store in your data structure and which is not part of the structure of the data structure. It can be anything you want. It can be a single value, a large collection of values or a pointer to some other location that holds the value.
-
Hyponym
-
Metadata
-
Synset
-
Taxonomy
-
Meronymy
C
Correct answer
Explanation
Synset, is a group of data elements that are considered semantically equivalent for the purposes of information retrieval. A synset or synonym set is defined as a set of one or more synonyms that are interchangeable in some context without changing the truth value of the proposition in which they are embedded.
-
Terminal Table
-
Literal Table
-
Identifier Table
-
None of these
A
Correct answer
Explanation
The Terminal Table is a permanent database in compiler design that stores entries for each terminal symbol (tokens) in the language. Terminal symbols are the basic atomic elements that cannot be further broken down, such as keywords, operators, and identifiers. The Literal Table stores string/numeric constants, the Identifier Table tracks variable names, and these are distinct from the Terminal Table.
-
Literal Table
-
Identifier Table
-
Terminal Table
-
Source code
C
Correct answer
Explanation
In the general model of a compiler, the Terminal Table is a permanent database that maintains information about all terminal symbols used in the language. The Identifier Table tracks variables and names, the Literal Table stores constants, and while source code is input, it's not a permanent database structure maintained by the compiler.
-
Bit - Byte - Record - File
-
Database - Bit - Byte - Record - File
-
Bit - Byte - Field - Record - File
-
none of these
C
Correct answer
Explanation
Bit - Byte - Field - Record - File