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
In database architecture (ANSI/SPARC), what is the term for an application's external view of data—the customized way a particular program or user group sees the database?
Classical data models: Which type of database model most closely resembles the hierarchical model in structure and navigation semantics?
In SQL, what is the purpose of the CREATE VIEW statement, and when would a developer use it over querying base tables directly?
SQL DDL basics: Which SQL command allows you to redefine the structure of an existing table (for example, change a column's data type, add a column, or modify constraints)?
Terminology: What is the correct name for a structured collection of related facts and data that can be accessed, managed, and updated efficiently by applications?
Legacy file systems vs. DBMS: Which of the following are serious drawbacks of traditional file-based data management compared to database systems?
SQL classification: Which of the following is not a Data Manipulation Language (DML) command in SQL?
Form-based lookup: When using a data entry form to perform a look-up operation for a specific record, what is the typical interaction pattern?
Integrity management in SQL: Which command is used to enable, disable, or drop an integrity constraint defined on an existing table?
Database environment components in information systems: Which item below is NOT considered a core component of the database environment (as used in MIS/DBMS contexts)?
Audit involvement in systems life cycle: Internal auditors should review information system design at what stage to ensure adequate controls before going live?
Relational model terminology: In a relational schema, each tuple is divided into fields that are properly called what?
Identify the database model: Which database type does not rely on explicit pointers/physical links and instead uses field contents to relate records?
Index structure basics in file/DB systems: An index typically consists of which of the following elements?
MIS reporting levels: Long-range planning reports produced by a Management Information System (MIS) are primarily intended for which level of management?
SQL administration: Which SQL statement is used to change an index’s future storage parameters (for example, in systems that support storage clauses)?
Stored procedure maintenance: Which command is used to force recompilation of an existing stored procedure (consider common SQL dialects that support explicit recompilation)?
Record management system analogies: Which of the following could serve as a conceptual model for a record management system and its operations?
Traditional (file-oriented) information processing: Which statement is NOT true of the traditional approach when compared to modern database-centered processing?
In database administration, what is a “data dictionary”? Select the best description of what a data dictionary file typically contains for all tables/files in a database system.
1
2
3
4
5
6
7
8
9