Which three are true? (Choose three.)
A MERGE statement is used to merge the data of one table with data from another.
A MERGE statement replaces the data of one table with that of another.
A MERGE statement can be used to insert new rows into a table.
A MERGE statement can be used to update existing rows in a table.
Which statement describes the ROWID data type?
binary data up to 4 gigabytes
character data up to 4 gigabytes
raw binary data of variable length up to 2 gigabytes
binary data stored in an external file, up to 4 gigabytes
a hexadecimal string representing the unique address of a row in its table
A variant of computer malware whose name was influenced by Greek Mythology
Chimera
Trojan
Hercules
Hydra
Which is a valid CREATE TABLE statement?
CREATE TABLE EMP9$# AS (empid number(2));
CREATE TABLE EMP*123 AS (empid number(2));
CREATE TABLE PACKAGE AS (packid number(2));
CREATE TABLE 1EMP_TEST AS (empid number(2));
Which three are true regarding the use of outer joins? (Choose three.)
You cannot use IN operator in a condition that involves an outer join
You use (+) on both sides of the WHERE condition to perform an outer join
You use (*) on both sides of the WHERE condition to perform an outer join
You use an outer join to see only the rows that do not meet the join condition
In the WHERE condition, you use (+) following the name of the column in the table without matching rows, to perform an outer join
You cannot link a condition that is involved in an outer join to another condition by using the OR operator.
Which constraint can be defined only at the column level?
UNIQUE
NOT NULL
CHECK
PRIMARY KEY
Which best describes an inline view?
a schema object
a subquery that can contain an ORDER BY clause
another name for a view that contains group functions
a subquery that is part of the FROM clause of another query
The default value the lpad function takes is
a space
an asterisk
The default value is not optional
None of the above
Which of the following is true about add_months
we can pass a numerical value in first parameter
we can pass a negative value in second parameter
Both a & b
What does OFA stands for ?
Oracle Flexible Architecture
Oracle Financials Applications
Optimal Flexible Architecture