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