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 111:

    Which is an iSQL*Plus command?

    A. INSERT
    B. UPDATE
    C. SELECT
    D. DESCRIBE
    E. DELETE
    F. RENAME

  • Question 112:

    Which four are valid Oracle constraint types? (Choose four.)

    A. CASCADE
    B. UNIQUE
    C. NONUNIQUE
    D. CHECK
    E. PRIMARY KEY
    F. CONSTANT
    G. NOT NULL

  • Question 113:

    View the Exhibit and examine the structure of the PRODUCTS tables. You want to generate a report that displays the average list price of product categories where the average list price is less than half the maximum in each category.

    Which query would give the correct output?

    A. SELECT prod_category, avg(prod_list_price)FROM productsGROUP BY prod_categoryHAVING avg(prod_list_price) < ALL(SELECT max(prod_list_price)/2FROM productsGROUP BY prod_category);
    B. SELECT prod_category, avg(prod_list_price)FROM productsGROUP BY prod_categoryHAVING avg(prod_list_price) > ANY(SELECT max(prod_list_price)/2FROM productsGROUP BY prod_category);
    C. SELECT prod_category, avg(prod_list_price)FROM productsHAVING avg(prod_list_price) < ALL(SELECT max(prod_list_price)/2FROM productsGROUP BY prod_category);
    D. SELECT prod_category, avg(prod_list_price)FROM productsGROUP BY prod_categoryHAVING avg(prod_list_price) > ANY(SELECT max(prod_list_price)/2FROM products);

  • Question 114:

    Which SQL statement would you use to remove a view called EMP_DEPT_VU from your schema?

    A. DROP emp_dept_vu;
    B. DELETE emp_dept_vu;
    C. REMOVE emp_dept_vu;
    D. DROP VIEW emp_dept_vu;
    E. DELETE VIEW emp_dept_vu;
    F. REMOVE VIEW emp_dept_vu;

  • Question 115:

    Examine the structure of the SHIPMENTS table:

    You want to generate a report that displays the PO_ID and the penalty amount to be paid if the SHIPMENT_DATE is later than one month from the PO_DATE. The penalty is $20 per day. Evaluate the following two queries:

    Which statement is true regarding the above commands?

    A. Both execute successfully and give correct results.
    B. Only the first query executes successfully but gives a wrong result.
    C. Only the first query executes successfully and gives the correct result.
    D. Only the second query executes successfully but gives a wrong result.
    E. Only the second query executes successfully and gives the correct result.

  • Question 116:

    Examine the structure of the transactions table:

    You want to display the date, time, and transaction amount of transactions that where done before 12 noon. The value zero should be displayed for transactions where the transaction amount has not been entered. Which query gives the required result?

    A. Option A
    B. Option B
    C. Option C
    D. Option D

  • Question 117:

    Top N analysis requires _____ and _____. (Choose two.)

    A. the use of rowid
    B. a GROUP BY clause
    C. an ORDER BY clause
    D. only an inline view
    E. an inline view and an outer query

  • Question 118:

    View the Exhibit and examine the description of SALES and PROMOTIONS tables.

    You want to delete rows from the sales table, where the PROMO_NAME column in the promotions table has either blowout sale of everyday low prices as values. Which three delete statements are valid?

    A. Option A
    B. Option B
    C. Option C
    D. Option D

  • Question 119:

    Which is an iSQL*Plus command?

    A. INSERT
    B. UPDATE
    C. SELECT
    D. DESCRIBE
    E. DELETE
    F. RENAME

  • Question 120:

    Consider these three statements:

    create view v1 as select department_id,department_name,last_name from departments join employees using (department_id);

    select department_name,last_name from v1 where department_id=20; select

    A. department_name,e.last_name from departments d, employees ewhere
    B. department_id=e.department_id and d.department_id=20; The first query will be quicker than the second because:
    C. The view has already done the work of joining the tables.
    D. The view uses ISO standard join syntax, which is faster than the Oracle join syntax used in the second query.
    E. The view is precompiled, so the first query requires less dynamic compilation than the second query.
    F. There is no reason for the first query to be quicker.

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.