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

    Which three statements are true about multiple-row sub queries? (Choose three.)

    A. They can contain a subquery within a sub query.
    B. They can return multiple columns as well as rows.
    C. They cannot contain a subquery within a subquery.
    D. They can return only one column but multiple rows.
    E. They can contain group functions and GROUP BY and HAVING clauses.
    F. They can contain group functions and the GROUP BY clause, but not the HAVING clause.

  • Question 122:

    Which three statements are true regarding sub queries? (Choose three.)

    A. Multiple columns or expressions can be compared between the main query and sub query
    B. Main query and sub query can get data from different tables
    C. Sub queries can contain GROUP BY and ORDER BY clauses
    D. Main query and sub query must get data from the same tables
    E. Sub queries can contain ORDER BY but not the GROUP BY clause
    F. Only one column or expression can be compared between the main query and subqeury

  • Question 123:

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

    Examine the following two SQL statements:

    Which statement is true regarding the above two SQL statements?

    A. statement 1 gives an error, statement 2 executes successfully
    B. statement 2 gives an error, statement 1 executes successfully
    C. statement 1 and statement 2 execute successfully and give the same output
    D. statement 1 and statement 2 execute successfully and give a different output

  • Question 124:

    Examine the structure of the EMPLOYEES and NEW_EMPLOYEES tables:

    Which DELETE statement is valid?

    A. DELETE FROM employeesWHERE employee_id = (SELECT employee_id FROM employees);
    B. DELETE * FROM employeesWHERE employee_id=(SELECT employee_id FROM new_employees);
    C. DELETE FROM employeesWHERE employee_id IN (SELECT employee_id . FROM new_employees . WHERE name = `Carrey');
    D. DELETE * FROM employeesWHERE employee_id IN (SELECT employee_id . FROM new_employees . WHERE name = `Carrey');

  • Question 125:

    View the Exhibit and examine the structure of the PROMOTIONS table. Using the PROMOTIONS table, you need to display the names of all promos done after January 1, 2001, starting with the latest promo. Which query would give the required result? (Choose all that apply.)

    A. . SELECT promo_name, promo_begin_date FROM promotionsWHERE promo_begiii_date > '01-JAN-01' ORDER BY 2 DESC;
    B. . SELECT promo_name. promo_begiii_date FROM promotionsWHERE promo_begin_date > '01-JAN-01' ORDER BY promo_name DESC:
    C. . SELECT promo_name. promo_begin_date FROM promotionsWHERE promo_begin_date > '01-JAN-01' ORDER BY 1DESC:
    D. . SELECT promo_name, promo_begin_date "START DATE" FROM promotionsWHERE promo_begin_date > '01-JAN-01' ORDER BY "START DATE" DESC;

  • Question 126:

    You work as a database administrator at ABC.com. You study the exhibit carefully and examine the structure of CUSTOMRS AND SALES tables.

    Evaluate the following SQL statement: Exhibit:

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

    A. It would execute and restrict modifications to only the column specified in the SELECT statement
    B. It would not execute because two tables cannot be used in a single UPDATE statement
    C. It would not execute because a sub query cannot be used in the WHERE clause of an UPDATE statement
    D. It would not execute because the SELECT statement cannot be used in place of the table name

  • Question 127:

    Examine the structure and data in the PRIC E_LIST table: Name Null? Type

    PROD_D NOT NULL NUMBER(3)

    PROD_PRICE VARCHAR2(10)

    PROD_ID PROD PRICE

    100 $234.55

    101 $6, 509.75

    102 $1, 234

    in the same format as the PROD_PRICE. Which SQL statement would give the required result?

    A. SELECT TO_CHAR(prod_price* .25.'$99.999.99') FROM PRICEJLIST:
    B. . SELECT TO_CHAR(TO_NUMBER(prod_price)* .25.'$99.999.00') FROM PRICE_LIST;
    C. SELECT TO_CRAR(TO_NUMBER(prod_price.'S99.999.99')* .25.'$99.999.00') FROM PRICE_LIST:
    D. SELECT TO_NUMBER(TO_NUMBER(prod_price., $99.999.99')* .25/$99.999.00') FROM PRICE_LIST:

  • Question 128:

    Which two statements are true regarding subqueries?

    A. A subquery can retrieve zero or more rows.
    B. Only two subqueries can be placed at one level.
    C. A subquery can be used only in SQL query statements.
    D. A subquery can appear on either side of a comparison operator.
    E. There is no limit on the number of subquery levels in the WHERE clause of a SELECT statement.

  • Question 129:

    The CUSTOMERS table has these columns:

    CUSTOMER_ID NUMBER(4) NOT NULL

    CUSTOMER_NAME VARCHAR2(100) NOT NULL

    CUSTOMER_ADDRESS VARCHAR2(150)

    CUSTOMER_PHONE VARCHAR2(20)

    You need to produce output that states "Dear Customer customer_name, ".

    The customer_name data values come from the CUSTOMER_NAME column in the CUSTOMERS table.

    Which statement produces this output?

    A. SELECT dear customer, customer_name, FROM customers;
    B. SELECT "Dear Customer", customer_name || ', ' FROM customers;
    C. SELECT 'Dear Customer ' || customer_name ', ' FROM customers;
    D. SELECT 'Dear Customer ' || customer_name || ', ' FROM customers;
    E. SELECT "Dear Customer " || customer_name || ", " FROM customers;
    F. SELECT 'Dear Customer ' || customer_name || ', ' || FROM customers;

  • Question 130:

    The user Alice wants to grant all users query privileges on her DEPT table. Which SQL statement accomplishes this?

    A. GRANT select ON deptTO ALL_USERS;
    B. GRANT select ON deptTO ALL;
    C. GRANT QUERY ON deptTO ALL_USERS
    D. GRANT select ON deptTO PUBLIC;

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.