Oracle Database SQL - 1z1-071 Exam Practice Test
Examine this list of requirements for a sequence:
1. Name: EMP_SEQ
2. First value returned: 1
3. Duplicates are never permitted.
4. Provide values to be inserted into the EMPLOYEES.EMPLOYEE_ID column.
5. Reduce the chances of gaps in the values.
Which two statements will satisfy these requirements? (Choose two.)
1. Name: EMP_SEQ
2. First value returned: 1
3. Duplicates are never permitted.
4. Provide values to be inserted into the EMPLOYEES.EMPLOYEE_ID column.
5. Reduce the chances of gaps in the values.
Which two statements will satisfy these requirements? (Choose two.)
Correct Answer: A,D
Vote an answer
No-user-defined locks are used in your database.
Which three are true about Transaction Control Language (TCL)?
Which three are true about Transaction Control Language (TCL)?
Correct Answer: A,D,F
Vote an answer
Explanation: Only visible for Fast2test members. You can sign-up / login (it's free).
View the Exhibit and examine the data in the EMPLOYEES table.
Exhibit

You want to generate a report showing the total compensation paid to each employee to date.
You issue the following query:

What is the outcome?
Exhibit

You want to generate a report showing the total compensation paid to each employee to date.
You issue the following query:

What is the outcome?
Correct Answer: B
Vote an answer
Which two statements are true about date/time functions in a session where NLS_DATE_FORMAT is set to DD-MON-YYYY HH24:MI:SS? (Choose two.)
Correct Answer: C,E
Vote an answer
Which two statements are true regarding single row functions?
Correct Answer: D,F
Vote an answer
The following are the steps for a correlated subquery, listed in random order:
1) The WHERE clause of the outer query is evaluated.
2) The candidate row is fetched from the table specified in the outer
query.
3) The procedure is repeated for the subsequent rows of the table, till all the rows are processed.
4) Rows are returned by the inner query, after being evaluated with the value from the candidate row in the outer query.
Identify the option that contains the steps in the correct sequence in which the Oracle server evaluates a correlated subquery.
1) The WHERE clause of the outer query is evaluated.
2) The candidate row is fetched from the table specified in the outer
query.
3) The procedure is repeated for the subsequent rows of the table, till all the rows are processed.
4) Rows are returned by the inner query, after being evaluated with the value from the candidate row in the outer query.
Identify the option that contains the steps in the correct sequence in which the Oracle server evaluates a correlated subquery.
Correct Answer: D
Vote an answer
Examine this partial query:

Examine this output:

Which GROUP BY clause must be added so the query returns the results shown?

Examine this output:

Which GROUP BY clause must be added so the query returns the results shown?
Correct Answer: C
Vote an answer
Which two statements are true about TRUNCATE and DELETE? (Choose two.)
Correct Answer: A,C
Vote an answer
Which three tasks can be performed by DDL statements? (Choose three.)
Correct Answer: A,C,E
Vote an answer
You notice a performance change in your production Oracle 12c database. You want to know which change caused this performance difference.
Which method or feature should you use?
Which method or feature should you use?
Correct Answer: D
Vote an answer
Explanation: Only visible for Fast2test members. You can sign-up / login (it's free).
View the Exhibit and examine the structure of the ORDERStable. The columns ORDER_MODEand ORDER_TOTALhave the default values 'direct'and 0respectively.

Which two INSERTstatements are valid? (Choose two.)

Which two INSERTstatements are valid? (Choose two.)
Correct Answer: B,C
Vote an answer
You want to return the current date and time from the user session, with a data type of TIMESTAMP WITH TIME ZONE.
Which function will do this?
Which function will do this?
Correct Answer: B
Vote an answer
Explanation: Only visible for Fast2test members. You can sign-up / login (it's free).