The ORDER BY clause cannot be used in a subquery
When revoking privileges on you objects, you can
In the Non-ANSI/ISO transaction model, a transaction can be partially...
In the ANSI/ISO transaction model, a program is always in transaction...
When granting privileges, you can only grant
When deleting from a table, the DELETE statement must specify the...
To update the column "Name" on a table to null, you use the...
The INSERT, DELETE, and UPDATE statements are considered what in SQL?
Select the statements that refer to Non-Correlated Sub-queries
Select the statements that refer to Correlated Sub-queries
What does the "WITH GRANT OPTION" clause of the GRANT...
A subquery can return many columns of data as its query result
Select the true statements about HAVING clauses from the list below....
A SELECT statement that uses the column functions can also include a...
Select the true statement about column functions:
When using the AVG() column function, NULL values are included in the...
Which column function will count all records in a result set,...
If there is a RIGHT-OUTER JOIN between two tables, what will be...
If DeptCode and DeptName are both non-key columns in a table and,...
What types of loops can you code in PL/SQL?
How often does a statement trigger execute?
Which phrase causes a trigger to be a row trigger?
The 'NEW' and 'OLD' keywords can be used by what kind...
The proper way to specify that a trigger should fire when a table is...
What function will remove the leading and trailing spaces from a char...
Select the three items required in order to use a cursor
How many rows can a cursor return?
Given this function which is part of an SQL Select:...
Does this FROM clauseFROM Offices LEFT OUTER JOIN SalesRepsMean the...
What is the difference between a stored procedure and a stored...
What is the correct syntax for assigning a value to a variable?
Where are working variables declared?
Some of the views in the System Catalog have a prefix...
Some of the views in the System Catalog have a prefix...
In Oracle's User_Constrains view, what indicates a foreign key in...
In Oracle, owner of the system catalog is
In Oracle, the view that displays the tables you have created is...
The order of columns in a relational table (is)
If there is FULL-OUTER JOIN between two tables, what will be...
This diagram is an example of which type of ERD
Based on this diagram, select the false statement
A "thing" such as a Fixed Asset would likely be considered...
In a "one-to-many" relationship between two tables, foreign...
The term "surrogate" is usually associated with
A primary key created from two or more columns is referred to as a(n)...
You need to insert a new product in a Product table but the...
In a "one-to-many" relationship between two tables, foreign...
What is a key attribute
In a relational database, is a synonym for column is
Select the FALSE statement
EmployeeAge and EmployeeDateOfBirth are both non-key columns in a...
A CoursesTaught table has a primary key combining both a Course code...
A Medical Clinic table contains one row per clinic. Each row contains...
A relational table has a primary key consisting of VIN and EngineCode....
A relational table has a primary key consisting of WareHouseNumber and...
If EmployeeAge and EmployeeDateOfBirth are both non-key columns in a...
An application that uses SQL is portable from one DBMS to another
To create an equi-join based on the "Manages" relationship,...
Which of the following is not a type of join discussed in class?
What is the name of the function that can convert the value of any...
What is the name of the symbolic constant that can be used in queries...
Which of the following is an easier way to write this WHERE...
Given the following select statement:SELECT NameFROM ...
Which of the following statements will correctly select all records...
What command will list all columns (and their datatypes) of a table?
One of the following types of constraints is not added to a table...
Select the FALSE statement
What advantage is there to naming constraints?
What is the maximum size of a table name?
SQL is a(n)
SQL provides
In Oracle, when a column is declared as a CHAR(x) data type, the...
When inserting a new row with a date, and you want to insert the date...
A relational table has a primary key consisting of ProductNumber. On...
DeptCode and DeptName are both non-key columns in a table. Given that...
What is the correct order of execution of all the following SQL...