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...
An SQL query that implements an outer join will return rows that do...
The joining condition of an equi-join based upon an equality
RDBMS's store database definition information in system-created...
The UNION clause is used to combine the output from multiple queries...
SQL:200n allows one to calculate linear regressions, moving averages...
Joining tables or using a subquery may produce the same result
Combining a table with iself results in a faster query
A correlated subquery is executed once for each iteration through the...
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
DBA_USERS contains comments on all tables in an Oracle databse
Correlated subqueries are less efficient than queries that do not use...
When the value of one attribute (the determinant) determines the value...
The __________ states that no primary key attribute may be null
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:
Distributing the rows of data into separate files is called:
All of the following are common denormalization opportunities EXCEPT:
START CH5 - A method to allow adjacent secondary memory space to...
A type of join where a table is joined to itself is called a(n)
Which of the following is not a new data type that were added in...
The smallest unit of application data recognized by system software is...
A _________ is a temporary table used in the FROM clause of an SQL...
IF-THEN-ELSE logical processing cannot be accomplished within an SQL...
An attribute (or attributes) that uniquely identifies each row in a...
Embedded SQL consists of:
In SQL, a(n) _________ subquery is a type of subquery in which...
The entity integrity rule states that:
One disadvantage of partitioning is:
Sensitivity testing involves:
A rule that states that each foreign key value must match a primary...
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...
Physical database design decisions must be made carefully because of...
In which of the following situations would one have to use an outer...
A relation that contains no multivalued attributes, and has nonkey...
RANK and DENSE-RANK are examples of:
A method for handling missing data is to:
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...
Another form of demornalization where the same data are stored in...
Extensions defined in SQL-99 that include the capability to create and...
An understanding of how to merge relation is important because:
Which of the following anomalies result from a transitive dependency?
Horizontal partitioning makes sense:
A procedure is:
In order for two quieries to be UNION-compatible, they must:
Which of the following is an objective of selecting a data type?
The UNION clause is used to:
If the DBA wishes to describe all tables in the database, which data...
The relational data model consists of which components?
A(n) _______________ is a routine that converts a primary key value...
CH -4
A nonkey attribute is also called a(n)
Which of the following are anomalies that can be caused by...
LAST CH 4...
___________ takes a value of true if a subquery returns an...
One major disadvantage of the outer join is that information is easily...
A file organization that uses hashing to map a key into a location in...
User-defined data types:
Transaction integrity commands are not used to identify whole units of...
An equi-join is a join in which one of the duplicate columns is...
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...
One major advantage of the outer join is that:
In order to embed SQL inside of another language, the __________...
In which data model would a code table appear
A type of join implemented in SQL-1999 and by extension SQL-2003 that...
A primary key whose value is unique across all relations is called...
The most commonly used form of join operation is the:
Which of the following are properties of relations
There is a special operation in SQL to join a table to itself
One advantage of partitioning is:
User-defined transactions can improve system performance because:
A constraint between two attributes is called a(n):
The MERGE command:
An index of columns from two or more tables that come from the same...
A(n) _______________ is a technique for physically arranging the...
What results would the following SQL statement produce?...
A contiguous section of disk storage space is called a(n):
A two-dimensional table of data is called a:
_________ differs from array because it can contain duplicates
Establishing IF-THEN-ELSE logical processing within an SQL statement...
A named set of SQL statements that are considered when a data...
The following query will execute without errors:...
A relation that contains minimal redundancy and allows easy use is...
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 domain definition consists of the following components EXCEPT:
A join in which the joining condition is based on equality between...
Within Oracle, the named set of storage elements in which physical...
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(n) __________ is a field of data used to locate a related field or...
Database access frequencies are estimated from:
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,...