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