9. The scheduler establishes the order in which the operations within...
6. Distributed processing shares a database's logical processing...
8. The most useful feature of PL/SQL blocks is that they let a...
Although SQL commands can be grouped together on a single line,...
22. The SQL command that allows a user to permanently save data...
3. The ANSI SQL standards are also accepted by the ISO.
33. SQL requires the use of the _____ command to enter data into a...
A database language enables the user to perform complex queries...
2. Although the DBMS is designed to recover a database to a previous...
1. A view is a virtual table based on a SELECT query.
10. A scheduler facilitates data isolation to ensure that two...
10. In order to manage distributed data, copies or parts of the...
11. String comparisons are made from left to right.
7. In Oracle, you can use the SQL*Plus command SHOW ERRORS to help you...
23. The _____ command defines a default value for a column when no...
3. To remedy the lack of procedural functionality in SQL, and to...
13. SQL allows the use of logical restrictions on its inquiries such...
19. The COUNT function is designed to tally the number of non-null...
36. Which comparison operator indicates a value is not equal?
12. In a page-level lock, the DBMS will lock an entire diskpage.
25. A(n) _____ query specifies which data should be retrieved and how...
40. The SQL aggregate function that gives the number of rows...
35. Which command would be used to delete the table row where the...
2. A sequence is not associated with a table and can be dropped from a...
11. A trigger is procedural SQL code that is automatically invoked by...
26. A(n) _____ is an alternate name given to a column or table in any...
13. A field-level lock allows concurrent transactions to access the...
40. A _____ lock allows concurrent transactions to access different...
21. Transaction is a _____ unit of work that must be either entirely...
32. A table can be deleted from the database by using the _____ TABLE...
28. The _____ constraint is used to validate data when an attribute...
36. When a user issues the DELETE FROM tablename command without...
42. In Oracle, _____ retrieves the current value of a sequence.
41. A(n) _____ is a query that is embedded (or nested) inside another...
37. The _____ command is used to restore the database to its previous...
38. The special operator used to check whether an attribute value is...
21. When you create a new database, the RDBMS automatically creates...
24. The _____ specification creates an individual index on a...
30. Using the _____ command, SQL indexes can be created on the basis...
34. The _____ command permanently saves all changes—such as rows...
SQL is considered difficult to learn; its command set has a vocabulary...
12. Triggers can only be used to update table values.
45. A(n) _____ condition occurs when two or more transactions wait for...
13. The transaction processor (TP) is the software component found in...
Comparison operators cannot be used to place restrictions on...
24. The _____ command restricts the selection of grouped rows based on...
The COMMIT command does not permanently save all changes. In order to...
1. Most real-world database transactions are formed by only one...
All SQL commands must be issued on a single line.
31. All changes in a table structure are made using the _____ TABLE...
44. A(n) _____ phase in a two phase lock is when a transaction...
39. The special operator used to check whether an attribute value ro...
26. The _____ processor is the software component found in each...
28. Of the following events, which is defined by ANSI as being...
14. You cannot insert a row containing a null attribute value using...
16. The conditional LIKE must be used in conjunction with wildcard...
50. No matter what language you use, if it contains embedded SQL...
14. A shared lock produces no conflict as long as all the concurrent...
22. _____ requires that all operations of a transaction be completed.
38. A _____ lock will lock the entire diskpage.
9. Distributed processing does not require a distributed database, and...
41. The _____ pseudo-column is used to select the next value from a...
26. ANSI has defined standards that govern SQL database transactions....
38. The tables on which a view, or a virtual table derived from a...
47. Oracle recommends _____ for creating audit logs.
23. A distributed database is composed of several parts known as...
44. Which is a feature of a correlated subquery?
27. Of the following events, which is defined by ANSI as being...
34. _____ are required to prevent another transaction form reading...
43. In Oracle, _____ make(s) it possible to merge SQL and traditional...
An alias cannot be used when a table is required to be joined to...
5. Serializability means that data used during the execution of a...
45. The PL/SQL block starts with the _____ section.
29. The implicit beginning of a transaction is when _____.
40. Which statement describes a feature of Oracle sequences?
11. A lock guarantees the open use of a data item to multiple...
46. The _____ approach to scheduling concurrent transactions assigns a...
30. A(n) _____ join will select only the rows with matching values in...
22. Which SQL format would be best used for a small, numeric data...
15. A growing phase in a two-phase lock is when a transaction acquires...
42. A(n) _____ lock exists when concurrent transactions are granted...
37. A _____ lock will lock the entire table, preventing access to any...
38. A _____ lets a single SQL statement access the data that are to be...
43. The special operator used to check whether a subquery returns any...
43. What rule applies to the two-phase locking protocol?
4. SQL supports the conditional execution of procedures (IF-THEN-ELSE...
33. As long as two transactions, T1 and T2, access _____ data, there...
39. A diskpage, or page, is the equivalent of a _____.
27. In theory, a(n) _____ can be an independent centralized database...
39. The Oracle equivalent to an MS Access AutoNumber is a(n) _____.
24. _____ means that data used during the execution of a transaction...
35. The _____ manager is responsible for assigning and policing the...
41. A(n) _____ specifically reserves access to the transaction that...
30. A _____ distributed database system will support different...
24. Distributed processing does not require:
6. Durability requires that all portions of the transaction must be...
15. A transaction processor (TP) is the software component residing on...
28. Which query is used to list a unique value for V_CODE, where the...
23. A consistent database state is one in which all _____.
6. Every PL/SQL block must be given a name.
30. The information stored in the _____ is used by the DBMS for a...
36. Lock _____ indicates the level of lock use.
29. _____ distributed database management systems (DDBMS) integrate...
5. A persistent stored module is stored and executed on the database...
21. The SQL data manipulation command HAVING:
4. Atomicity indicates the permanence of the database's consistent...
42. In subquery terminology, the first query in the SQL statement is...