In Oracle's User_Constraints view, what indicates a foreign key in the...
The UPPER function in SQL
A CoursesTaught table has a primary key combining both a Course code...
DeptCode and DeptName are both non-key columns in a table. Given that...
A Medical Clinic table contains one row per clinic. Each row contains...
The MOD function calculates the remainder of a division
Given the following SQL function: ROUND(568.8615, 1)
Given the following function: TO_CHAR(56.89, '9.0') The expected...
In Oracle, owner of the system catalog is
Which column function will count all records in a result set,...
The REPLACE function is used to replace one string with another string
When a table is dropped, any view that uses that table is
Which of the following is not a format mask for the day portion of a...
The INITCAP function in SQL
Which of the statements regarding the DECODE function are false?
Given the following: TRIM(' SQL is...
A relational table has a primary key consisting of ProductNumber. On...
In Oracle, the view that displays the tables you have created is...
The INSERT, DELETE and UPDATE statements are considered what in SQL?
A relational table has a primary key consisting of VIN and EngineCode....
Given the following SQL function: ROUND(563.399, -1)
When using the AVG() column function, NULL values are included in the...
The INSTR function is used to find one string within another string....
A SELECT statement that uses column functions can also include a WHERE...
When inserting a new row with a date, and you want to insert the...
In the ANSI/ISO transaction model, a program is always in transaction...
SELECT SUBSTR("Azure Skies",-5, 5) FROM DUAL; What would be returned?
A subquery can return many columns of data as its query result.
If DeptCode and DeptName are both non-key columns in a table and given...
A relational table has a primary key consisting of WareHouseNumber and...
If EmployeeAge and EmployeeDateOfBirth are both non-key columns in a...
When using a view, execution speed in the database is
The CONCAT function can concatenate any number of character strings...
What is a horizontal view?
In the Non-ANSI/ISO transaction model, a transaction can be partially...
The ORDER BY clause cannot be used in a subquery.
EmployeeAge and EmployeeDateOfBirth are both non-key columns in a...
Select the true statements about HAVING clauses from the list below....
What is a vertical view?
When creating a view you can use 'WITH CHECK OPTION'. What...
The NVL2 function is used to
Some views must be 'materialized'. Materializing means that
All of the following are true regarding the TRANSLATE function except
To update the column 'Name' on a table to a null, you use the...
The NVL function is used to
When deleting from a table, the DELETE statement must specify the...
Some of the views in the System Catalog have a prefix 'ALL_'....
Select the true statement about column functions:
Some of the views in the System Catalog have a prefix 'USER_'....
Select if each of the following statements refers to Correlated or...
What is the correct order of execution of all of the following SQL...