Oracle Database 12c: SQL Fundamentals certification exam is an essential source for your successful career. DumpsSchool helps you to give 1Z0-061 exam dumps, ready for the Administrator Database Developer, Oracle Certified SQL Developer and Oracle Database Expert to enhance their work credentials. DumpsSchool provides exam questions for Oracle Database which is helpful for both students and employers.
Vendor | Oracle |
Exam Code | 1Z0-061 |
Full Exam Name | Oracle Database 12c: SQL Fundamentals |
Certification Name | Oracle Database |
Free Download NEW 1Z0-061 Exam Dumps (PDF and Practice test software):
Available on Download demo of Oracle 1Z0-061 exam by clicking 1Z0-061 Exam Dumps
Question No. 1
Evaluate the following query:
SQL> SELECT TRUNC(ROUND(156.00, -1), -1)
FROM DUAL;
What would be the outcome?
Question No. 2
View the Exhibit and examine the structure of the CUSTOMERS table.
You want to generate a report showing the last names and credit limits of all customers whose last names start with A, B, or C, and credit limit 10,000.
Evaluate the following two queries:
Which statement is true regarding the execution of the above queries?