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
Which statement best describes a Database Management System (DBMS) compared with simple record/file management utilities?
In standard SQL, which statement is used to remove (drop) an existing table definition and its data from the database?
In file management, the periodic process of adding new records, changing existing ones, and deleting obsolete entries is known as what?
Spreadsheet interoperability: which statements about files produced by a spreadsheet application are generally true?
Role of the data dictionary: in a DBMS, what does the data dictionary (system catalog) typically provide to the system?
What does 'updating a database' usually mean in day-to-day operations?
In database systems, which specific language is most widely used by modern Database Management Systems (DBMSs) to let users and applications access, query, and manipulate stored data?
For reliable DBMS operation and performance at scale, which hardware component is most critical because it provides fast, persistent storage for tables, indexes, and transaction logs?
Data organization terminology: What term is commonly used for a large, integrated collection of files organized for efficient retrieval and management?
In database design, what does a one-to-one relationship mean? Choose the option that best describes a case where one record of a given record type is related to only one record of another record type (and vice versa), as used in entity–relationship modeling and relational schema design.
In the “DBM approach” to information systems, which responsibilities are typically handled by application programs (as opposed to the database management system itself)? Select the most accurate description of what application programs perform.
Relational database model: which of the following is NOT a characteristic feature? Identify the option that does not align with how relational databases are structured and related.
Reporting in information systems: an on-line, softcopy display of a customer’s charge account used to respond immediately to an inquiry is best classified as which type of report?
In the hierarchy of data organization (character → field → record → file → database), what is the smallest entity that is processed as a single meaningful unit for storage and retrieval?
In SQL administration, which command is used to enable or disable a database trigger in a schema (for example, to temporarily suspend firing and then re-enable it)?
File (table) joins: under what condition can two data files be joined into a third result file or view in data processing and relational querying?
A database management system (DBMS) installation might include application programs plus which specialized software package used historically for managing data?
In SQL data manipulation, which command is used specifically to change existing data values within rows of a table (rather than adding new rows)?
Concurrency concepts: what is a race condition in the context of databases and multi-process systems, and when does it occur?
Database fundamentals (records and their structure): in a typical file or table, what are the distinguishable parts that make up each record, allowing individual data values to be stored, named, and retrieved?
1
2
3
4
5
6
7
8
9