Database Systems Questions
Practice Database Systems MCQs with answers and explanations. Page 1 of 9.
Category
Computer Science
Topic
Database Systems
Page
1 / 9
Mode
Practice
Questions
Open any question to view the answer and explanation.
File organization basics: Each data file includes a defined structure that specifies how the data is stored within the file. What is this description called?
Open
View answer
Network database model: Which statement correctly describes a key property of the CODASYL network data structure?
Open
View answer
Logical database structures: Which of the following is not recognized as a standard logical data model?
Open
View answer
File hierarchy reminder: In secondary storage, a typical file hierarchy is bits → characters → fields → records → files. A single record most directly contains which elements?
Open
View answer
Operational data files: In large information systems, which file is maintained on an ongoing basis and updated continually with transaction activity (i.e., a perpetual file)?
Open
View answer
Data entry design: In an information system, a ‘‘form’’ primarily defines which aspects of how data is captured on screen?
Open
View answer
When working with a database management system (DBMS) on a microcomputer, what is the very first action you must perform before creating databases or manipulating records?
Open
View answer
In standard SQL administration, which command is used to enable or disable an existing database trigger cleanly and safely?
Open
View answer
In many data management environments, after you modify a record's values, which operation are you considered to have performed before issuing a command to save or commit the changes?
Open
View answer
Across record-management systems, which primitive operations are universally supported for basic data handling and retrieval tasks?
Open
View answer
Regarding legacy reporting tools, which statement about sort/report generators versus index/report generators is generally correct in terms of resources and workflow?
Open
View answer
Which database model enforces a one-to-many hierarchy where each child record type has exactly one parent, although a parent may have one or more children?
Open
View answer
In SQL data manipulation, which statement is used to add (append) one or more new rows into an existing table?
Open
View answer
In transactional SQL, which command makes permanent all data changes made since the start of the current transaction (or since the last commit/rollback)?
Open
View answer
Within the hierarchy of data organization, what is the highest level that logically encompasses files, records, and fields into a coherent, managed collection?
Open
View answer
In data modeling, what does a network schema allow that a hierarchical schema does not—specifically with respect to relationship cardinalities?
Open
View answer
In a relational database for the 'abc' application, if you want to group or organize records meaningfully for reporting and sorting, which attribute could appropriately serve as the sort key (for example, using Jobcode to cluster related rows together)?
Open
View answer
In standard SQL administration, which statement is used to enable or disable all triggers on a specific table in one step?
Open
View answer
What is the term for a database management system designed to manage full-text, image, audio, and video—beyond strictly structured numeric/text fields?
Open
View answer
In file organization terminology, a collection of related records that is treated as one unit is called what?
Open
View answer
Practice smarter
Solve a few questions daily and revisit weak topics regularly to improve accuracy.