Oracle 1z0-061 Actual Free Exam Questions & Community Discussion
What is true regarding sub queries?
Correct Answer: C
Vote an answer
Explanation: Only visible for EduDump members. You can sign-up / login (it's free).
In which three situations does a transaction complete?
Correct Answer: B,C,D
Vote an answer
View the Exhibit and examine the structure of CUSTOMERS and SALES tables.

Evaluate the following SQL statement:
UPDATE (SELECT prod_id, cust_id, quantity_sold, time_id
FROM sales)
SET time_id = '22-MAR-2007'
WHERE cust_id = (SELECT cust_id
FROM customers
WHERE cust_last_name = 'Roberts' AND
credit_limit = 600);
Which statement is true regarding the execution of the above UPDATE statement?

Evaluate the following SQL statement:
UPDATE (SELECT prod_id, cust_id, quantity_sold, time_id
FROM sales)
SET time_id = '22-MAR-2007'
WHERE cust_id = (SELECT cust_id
FROM customers
WHERE cust_last_name = 'Roberts' AND
credit_limit = 600);
Which statement is true regarding the execution of the above UPDATE statement?
Correct Answer: A
Vote an answer
Explanation: Only visible for EduDump members. You can sign-up / login (it's free).
Which two partitioned table maintenance operations support asynchronous Global Index Maintenance in Oracle database 12c?
Correct Answer: B,D
Vote an answer
Explanation: Only visible for EduDump members. You can sign-up / login (it's free).
Top N analysis requires _____ and _____. (Choose two.)
Correct Answer: B,C
Vote an answer
Explanation: Only visible for EduDump members. You can sign-up / login (it's free).
Study this view creation statement:
create view dept30 as select department_id,employee_id,last_name from employees where department_id=30 with check option; What might make the following statement fail? (Choose the best answer.) update dept30 set department_id=10 where employee_id=114;
create view dept30 as select department_id,employee_id,last_name from employees where department_id=30 with check option; What might make the following statement fail? (Choose the best answer.) update dept30 set department_id=10 where employee_id=114;
Correct Answer: A
Vote an answer
Explanation: Only visible for EduDump members. You can sign-up / login (it's free).
You work as a database administrator at ABC.com. You study the exhibit carefully.
Exhibit:

Evaluate the following query:
Exhibit:

The above query produces an error on execution. What is the reason for the error?
Exhibit:

Evaluate the following query:
Exhibit:

The above query produces an error on execution. What is the reason for the error?
Correct Answer: B
Vote an answer
View the Exhibit and examine the structure of the PROMOSTIONS table:
Exhibit:

Which two SQL statements are valid? (Choose two.)
Exhibit:

Which two SQL statements are valid? (Choose two.)
Correct Answer: C,D
Vote an answer
Explanation: Only visible for EduDump members. You can sign-up / login (it's free).
The CUSTOMERS table has these columns:
The CUSTOMER_ID column is the primary key for the table.
You need to determine how dispersed your customer base is.
Which expression finds the number of different countries represented in the CUSTOMERS table?
The CUSTOMER_ID column is the primary key for the table.
You need to determine how dispersed your customer base is.
Which expression finds the number of different countries represented in the CUSTOMERS table?
Correct Answer: D
Vote an answer
Examine the structure of the PROMOTIONS table:

The management wants to see a report of unique promotion costs in each promotion category.
Which query would achieve the required result?

The management wants to see a report of unique promotion costs in each promotion category.
Which query would achieve the required result?
Correct Answer: D
Vote an answer
Examine the data in the CUST_NAME column of the customers table.

You need to display customers' second names where the second name starts with "Mc" or
"MC."
Which query gives the required output?


You need to display customers' second names where the second name starts with "Mc" or
"MC."
Which query gives the required output?

Correct Answer: A
Vote an answer
Which statement is true regarding sub queries?
Correct Answer: D
Vote an answer
Explanation: Only visible for EduDump members. You can sign-up / login (it's free).
You need to write a SQL statement that returns employee name, salary, department ID, and maximum salary earned in the department of the employee for all employees who earn less than the maximum salary in their department.
Which statement accomplishes this task?
Which statement accomplishes this task?
Correct Answer: A
Vote an answer
Explanation: Only visible for EduDump members. You can sign-up / login (it's free).
0
0
0
10
