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
Database auditing and recovery: which component contains a complete record of all activity that affected database contents during a specified period?
Linear list operations: which operation will increase the length (number of elements) of a list in data structures?
Terminology check: what do we call the set of programs and utilities that handle a firm’s database responsibilities such as storage, retrieval, security, and concurrency?
SQL administration (naming convenience): which SQL command is used to create a synonym name that points to an existing schema object for easier referencing?
SQL security setup: which command is used to create a new database user (a principal that can own objects and connect)?
Keys and identifiers: what is a compound key, with respect to how items are uniquely identified in a table?
Data input controls (batch processing): which option best describes “batch control” used to verify completeness and accuracy when entering groups of records?
Information assurance: which of the following are valid data security threats that organizations must plan for?
File, record, and field hierarchy: in a computer file that contains several records, each individual record is composed of which structural units?
If you want your database system to store not only data (state) but also the methods/behaviors that operate on that data (e.g., encapsulated procedures with objects), which database paradigm should you choose?
In DBMS terminology, what is the language that application programs use to request, insert, update, or delete data (i.e., to manipulate stored data)?
In SQL administration (e.g., Oracle-style systems), what can the ALTER TABLESPACE command accomplish for a tablespace under management?
Distributed MIS (Management Information System) structures: which characteristics typically apply in practice?
In the logical organization of data, which element contains the smallest meaningful unit of data and serves as the basic building block within a record and file?
In data modeling, what do we call a relationship where one record of a given type can be associated with more than one record of another type (e.g., one customer has many orders)?
In SQL schema evolution, which command is used to add a new column or define an integrity constraint on an existing table?
What does an indexing operation accomplish in file or database systems, with respect to how data is accessed and organized?
In a large multi-user DBMS, which statement best describes how individual users typically view and access the overall database?
When designing a data-entry form, which elements does the form designer specify to guide users and bind on-screen fields to stored data (as opposed to the actual data values themselves)?
In information security and data governance, what is an audit trail, and what does it primarily record about operations performed on a file or dataset?
1
2
3
4
5
6
7
8
9