1Z0-061 Exam Details

  • Exam Code
    :1Z0-061
  • Exam Name
    :Oracle Database 12c: SQL Fundamentals
  • Certification
    :Oracle Certifications
  • Vendor
    :Oracle
  • Total Questions
    :339 Q&As
  • Last Updated
    :Oct 10, 2022

Oracle 1Z0-061 Online Questions & Answers

  • Question 11:

    What does the FORCE option for creating a view do?

    A. creates a view with constraints
    B. creates a view even if the underlying parent table has constraints
    C. creates a view in another schema even if you don't have privileges
    D. creates a view regardless of whether or not the base tables exist

  • Question 12:

    You need to display the date 11-Oct-2007 in words as `Eleventh of October, Two Thousand Seven'.

    Which SQL statement would give the required result?

    A. SELECT TO_CHAR('11-oct-2007', 'fmDdspth "of" Month, Year') FROM DUAL;
    B. SELECT TO_CHAR(TO_DATE('11-oct-2007'), 'fmDdspth of month, year') FROM DUAL;
    C. SELECT TO_CHAR(TO_DATE('11-oct-2007'), 'fmDdthsp "of" Month, Year') FROM DUAL;
    D. SELECT TO_DATE(TO_CHAR('11-oct-2007', 'fmDdspth ''of'' Month, Year')) FROM DUAL;

  • Question 13:

    Examine the data in the LIST_PRICE and MIN_PRICE columns of the PRODUCTS table:

    Which two expressions give the same output? (Choose two.)

    A. NVL(NULLIF(list_price, min_price), 0)
    B. NVL(COALESCE(list_price, min_price), 0)
    C. NVL2(COALESCE(list_price, min_price), min_price, 0)
    D. COALESCE(NVL2(list_price, list_price, min_price), 0)

  • Question 14:

    View the Exhibit and examine the structure of the PRODUCTS table.

    All products have a list price.

    You issue the following command to display the total price of each product after a discount of 25% and a tax of 15% are applied on it. Freight charges of $100 have to be applied to all the products.

    What would be the outcome if all the parentheses are removed from the above statement?

    A. It produces a syntax error.
    B. The result remains unchanged.
    C. The total price value would be lower than the correct value.
    D. The total price value would be higher than the correct value.

  • Question 15:

    View the Exhibit for the structure of the student and faculty tables.

    You need to display the faculty name followed by the number of students handled by the faculty at the base location. Examine the following two SQL statements:

    Which statement is true regarding the outcome?

    A. Only statement 1 executes successfully and gives the required result.
    B. Only statement 2 executes successfully and gives the required result.
    C. Both statements 1 and 2 execute successfully and give different results.
    D. Both statements 1 and 2 execute successfully and give the same required result.

  • Question 16:

    Examine the structure of the orders table:

    You want to find the total value of all the orders for each year and issue the following command:

    Which statement is true regarding the outcome?

    A. It executes successfully and gives the correct output.
    B. It gives an error because the TO_CHAR function is not valid.
    C. It executes successfully but does not give the correct output.
    D. It gives an error because the data type conversion in the SELECT list does not match the data type conversion in the GROUP BY clause.

  • Question 17:

    Which two statements are true regarding views? (Choose two.)

    A. A simple view in which column aliases have been used cannot be updated.
    B. Rows cannot be deleted through a view if the view definition contains the DISTINCT keyword.
    C. Rows added through a view are deleted from the table automatically when the view is dropped.
    D. The OR REPLACE option is used to change the definition of an existing view without dropping and recreating it.
    E. The WITH CHECK OPTION constraint can be used in a view definition to restrict the columns displayed through the view.

  • Question 18:

    View the Exhibit and evaluate the structure and data in the CUST_STATUS table.

    You issue the following SQL statement:

    Which statement is true regarding the execution of the above query?

    A. It produces an error because the AMT_SPENT column contains a null value.
    B. It displays a bonus of 1000 for all customers whose AMT_SPENT is less than CREDIT_LIMIT.
    C. It displays a bonus of 1000 for all customers whose AMT_SPENT equals CREDIT_LIMIT, or AMT_SPENT is null.
    D. It produces an error because the TO_NUMBER function must be used to convert the result of the NULLIF function before it can be used by the NVL2 function.

  • Question 19:

    Which SQL statement accepts user input for the columns to be displayed, the table name, and WHERE condition?

    A. SELECT and1, "and2"FROM and3WHERE last_name = 'and4';
    B. SELECT and1, 'and2'FROM and3WHERE 'andlast_name = 'and4' ';
    C. SELECT and1, and2FROM and3WHERE last_name = 'and4';
    D. SELECT and1, 'and2'FROM EMPWHERE last_name = 'and4';

  • Question 20:

    View the Exhibit and examine the structure of the PRODUCTS table.

    You want to display the category with the maximum number of items.

    You issue the following query:

    SQL>SELECT COUNT(*), prod_category_id

    FROM products

    GROUP BY prod_category_id

    HAVING COUNT(*) = (SELECT MAX(COUNT(*)) FROM products);

    What is the outcome?

    A. It executes successfully and gives the correct output.
    B. It executes successfully but does not give the correct output.
    C. It generates an error because the subquery does not have a GROUP BY clause.
    D. It generates an error because = is not valid and should be replaced by the IN operator.

Tips on How to Prepare for the Exams

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-061 exam preparations and Oracle certification application, do not hesitate to visit our Vcedump.com to find your solutions here.