Which two are true about virtual columns? (Choose two.)
A. They can be referenced In the where clause of an update or debete statement.
B. They can be referenced in the set clause of an update statement as the name of the column To be updated.
C. They can be indexed.
D. They cannot have a data type explicitly specified.
E. They can be referenced in the column expression of another virtxial column.
Which three statements are true regarding single row subqueries?
A. They must be placed on the left side of the comparison operator or condition.
B. They must be placed on the right side of the comparison operator or condition.
C. They must return a row to prevent errors in the SQL statement.
D. A SQL statement may have multiple single row subquery blocks.
E. They can be used in the HAVING clause.
F. They can be used in the WHERE clause.
Which three items does a direction of a relationship contain?
A. an attribute
B. a cardinality
C. label
D. an optionality
E. a unique identifier
F. an entity
Which is true about the and and andand prefixes with substitution variables? (Choose all that apply.)
A. and can prefix a substitution variable name only in queries. DML
B. An and prefix to an undefined substitution variable, which is referenced twice in the same query, will prompt for a value twice .
C. The andand prefix will not prompt for a value even if the substitution variable is not previously defined in the session.
D. An andand prefix to an undefined substitution variable, Which is referenced multiple times in multiple queries, will prompt for a value once per query.
E. Both and and andand can prefix a substitution variable name in queries and DML statements.
Which two statements are true regarding a SAVEPOINT?
A. Rolling back to a SAVEPOINT can undo a CREATE INDEX statement.
B. Only one SAVEPOINT may be issued in a transaction.
C. A SAVEPOINT does not issue a COMMIT
D. Rolling back to a SAVEPOINT can undo a TRUNCATE statement.
E. Rolling back to a SAVEPOINT can undo a DELETE statement
Examine the ORDER _ITEms table:
Which two queries return rows where QUANTITY is a multiple of ten? (Choose two.)
A. SELECT * FROM order_items WHERE quantity / 10 - TRUNC(quantity)
B. SELECT * FROM order_items WHERE MOD(quantity, 10) - 0;
C. SELECT * FROM order_items WHERE FLOOR(quantity / 10) = TRUNC(quantity / 10);
D. SELECT * FROM order_items WHERE quantity = TRUNC(quantity, -1);
E. SELECT * FROM order_items WHERE quantity = ROUND(quantity, 1);
View the Exhibits and examine the structure of the COSTS and PROMOTIONS tables.
You want to display PROD IDS whose promotion cost is less than the highest cost PROD ID in a pro motion time interval.
Examine this SQL statement:
Exhibit 1.
Exhibit 2.
What will be the result?
A. It executes successfully but does not give the required result.
B. It gives an error because the ALL keyword is not valid.
C. It gives an error because the GROUP BY clause is not valid
D. It executes successfully and gives the required result.
Examine this incomplete query:
SELECT DATA'2019-01-01'+
FROM DUAL;
Which three clauses can replace
A. INTERVAL `12:00'
B. INTERVAL'0,5'DAY
C. INTERVAL'12' HOUR
D. INTERVAL'720'MINUTE
E. INTERVAL'0 12'DAY TO HOUR
F. INTERVAL'11:60'HOUR TO MINUTE
Examine this query Which executes successfully;
Select job,deptno from emp
Union all
Select job,deptno from jobs_history;
What will be the result?
A. It will return rows from both select statements after eliminating duplicate rows.
B. It will return rows common to both select statements.
C. It will return rows both select statements including duplicate rows.
D. It will return rows that are not common to both select statements.
The EMPLOYEES table contains columns EMP_ID of data type NUMBER and HIRE_DATE of data type DATE
You want to display the date of the first Monday after the completion of six months since hiring. The NLS_TERRITORY parameter is set to AMERICA in the session and, therefore, Sunday is the first day of the week Which query can be used?
A. SELECT emp_id, NEXT_DAY(ADD_MONTHS(hire_date, 6), 'MONDAY') FROM employees;
B. SELECT emp_id,ADD_MONTHS(hire_date,6), NEXT_DAY('MONDAY') FROM employees;
C. SELECT emp_id,NEXT_DAY(MONTHS_BETWEEN(hire_date,SYSDATE),6) FROM employees;
D. SELECT emp_id,NEXT_DAY(ADD_MONTHS(hire_date,6),1) FROM employees;
Nowadays, the certification exams become more and more important and required by more and more enterprises when applying for a job. But how to prepare for the exam effectively? How to prepare for the exam in a short time with less efforts? How to get a ideal result and how to find the most reliable resources? Here on Vcedump.com, you will find all the answers. Vcedump.com provide not only Oracle exam questions, answers and explanations but also complete assistance on your exam preparation and certification application. If you are confused on your 1Z0-071 exam preparations and Oracle certification application, do not hesitate to visit our Vcedump.com to find your solutions here.