A transaction is the complete set of closely related update commands...
The following produce the same result:...
When EXISTS or NOT EXISTS is used in a subquery, the select list of...
Persistent stored modules are extensions defined in SQL:1999 that...
In order to find out what customers have not placed an order for a...
RDBMS's store database definition information in system-created...
The UNION clause is used to combine the output from multiple queries...
An SQL query that implements an outer join will return rows that do...
The joining condition of an equi-join based upon an equality
SQL:200n allows one to calculate linear regressions, moving averages...
Combining a table with iself results in a faster query
A correlated subquery is executed once for each iteration through the...
Joining tables or using a subquery may produce the same result
Designing physical files requires __________ of where and when data...
The natural join is very rarely used
While triggers run automatically, ________________ do not and have to...
A type of query that is palced within a WHERE or HAVING clause of...
START CH 7 - Constraints are a special case of triggers
When the value of one attribute (the determinant) determines the value...
The __________ states that no primary key attribute may be null
DBA_USERS contains comments on all tables in an Oracle databse
Correlated subqueries are less efficient than queries that do not use...
A join operation:
A primary key that consists of more than one attribute is called a:
In which type of file is multiple key retrieval not possible
EXISTS takes a value of false if the subquery returns an intermediate...
Dynamic SQL:
SQL-invoked routines can be:
When all multivalued attributes have been removed from a relation , it...
One field or combination of fields for which more than one record may...
Explicit commands to manage transactions are needed when:
START CH5 - A method to allow adjacent secondary memory space to...
Distributing the rows of data into separate files is called:
All of the following are common denormalization opportunities EXCEPT:
A type of join where a table is joined to itself is called a(n)
An attribute (or attributes) that uniquely identifies each row in a...
The smallest unit of application data recognized by system software is...
IF-THEN-ELSE logical processing cannot be accomplished within an SQL...
Which of the following is not a new data type that were added in...
A _________ is a temporary table used in the FROM clause of an SQL...
The entity integrity rule states that:
Embedded SQL consists of:
In SQL, a(n) _________ subquery is a type of subquery in which...
A rule that states that each foreign key value must match a primary...
One disadvantage of partitioning is:
Sensitivity testing involves:
All of the following are valid datatypes in Oracle 11g EXCEPT
A key decision in the physical design process is:
All of the following are guidelines for better query design EXCEPT:
An attribute that may have more than one meaning is called a(n):
An attribute in a relation of a database that serves as the primary...
A relation that contains no multivalued attributes, and has nonkey...
Physical database design decisions must be made carefully because of...
In which of the following situations would one have to use an outer...
Two or more attributes having different names but the same meaning are...
A candidate key must satisfy all of the following conditions EXCEPT:
All of the following are the main goals of normalization EXCEPT:
When a regular entity type contains a multivalued attribute, one must:
________________ is a component of the relational data model included...
A method for handling missing data is to:
RANK and DENSE-RANK are examples of:
An understanding of how to merge relation is important because:
Which of the following anomalies result from a transitive dependency?
Another form of demornalization where the same data are stored in...
Extensions defined in SQL-99 that include the capability to create and...
Horizontal partitioning makes sense:
Which of the following is an objective of selecting a data type?
A procedure is:
If the DBA wishes to describe all tables in the database, which data...
In order for two quieries to be UNION-compatible, they must:
The UNION clause is used to:
CH -4
A nonkey attribute is also called a(n)
Which of the following are anomalies that can be caused by...
The relational data model consists of which components?
A(n) _______________ is a routine that converts a primary key value...
LAST CH 4...
___________ takes a value of true if a subquery returns an...
A file organization that uses hashing to map a key into a location in...
Transaction integrity commands are not used to identify whole units of...
One major disadvantage of the outer join is that information is easily...
User-defined data types:
A detailed coding scheme recognized by system software for...
The storage format for each attribute from the logical data model is...
END CH5 - A requirement to begin designing physical files and...
An equi-join is a join in which one of the duplicate columns is...
One major advantage of the outer join is that:
A primary key whose value is unique across all relations is called...
Which of the following are properties of relations
In which data model would a code table appear
In order to embed SQL inside of another language, the __________...
A type of join implemented in SQL-1999 and by extension SQL-2003 that...
The most commonly used form of join operation is the:
A constraint between two attributes is called a(n):
One advantage of partitioning is:
There is a special operation in SQL to join a table to itself
User-defined transactions can improve system performance because:
An index of columns from two or more tables that come from the same...
A(n) _______________ is a technique for physically arranging the...
The MERGE command:
What results would the following SQL statement produce?...
A two-dimensional table of data is called a:
A contiguous section of disk storage space is called a(n):
A relation that contains minimal redundancy and allows easy use is...
The following query will execute without errors:...
A named set of SQL statements that are considered when a data...
_________ differs from array because it can contain duplicates
Establishing IF-THEN-ELSE logical processing within an SQL statement...
A domain definition consists of the following components EXCEPT:
All of the following are part of the coding structure for triggers...
A join that is based upon equality between values in two common...
A join in which the joining condition is based on equality between...
Within Oracle, the named set of storage elements in which physical...
A(n) __________ is a field of data used to locate a related field or...
Database access frequencies are estimated from:
All of the following are advantages of SQL-invoked routiens EXCEPT:
A new set of analytical functions added in SQL:200n are referred to...
A join in which rows that do not have matching values in common...
All of the following are horizontal partitioning methods in Oracle...
While Oracle has responsibility for managing data inside a tablespace,...
If foreign key is referenced to the primary key in the same relation,...