Curioustab
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Take Free Test
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Take Free Test
Database Systems Questions
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?
Network database model: Which statement correctly describes a key property of the CODASYL network data structure?
Logical database structures: Which of the following is not recognized as a standard logical data model?
File hierarchy reminder: In secondary storage, a typical file hierarchy is bits → characters → fields → records → files. A single record most directly contains which elements?
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)?
Data entry design: In an information system, a ‘‘form’’ primarily defines which aspects of how data is captured on screen?
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?
In standard SQL administration, which command is used to enable or disable an existing database trigger cleanly and safely?
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?
Across record-management systems, which primitive operations are universally supported for basic data handling and retrieval tasks?
Regarding legacy reporting tools, which statement about sort/report generators versus index/report generators is generally correct in terms of resources and workflow?
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?
In SQL data manipulation, which statement is used to add (append) one or more new rows into an existing table?
In transactional SQL, which command makes permanent all data changes made since the start of the current transaction (or since the last commit/rollback)?
Within the hierarchy of data organization, what is the highest level that logically encompasses files, records, and fields into a coherent, managed collection?
In data modeling, what does a network schema allow that a hierarchical schema does not—specifically with respect to relationship cardinalities?
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)?
In standard SQL administration, which statement is used to enable or disable all triggers on a specific table in one step?
What is the term for a database management system designed to manage full-text, image, audio, and video—beyond strictly structured numeric/text fields?
In file organization terminology, a collection of related records that is treated as one unit is called what?
1
2
3
4
5
6
7
8
9