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

    Evaluate the following query:

    What would be the outcome of the above query?

    A. It produces an error because flower braces have been used.
    B. It produces an error because the data types are not matching.
    C. It executes successfully and introduces an 's at the end of each PROMO_NAME in the output.
    D. It executes successfully and displays the literal "{'s start date was \} * for each row in the output.

  • Question 312:

    The STUDENT_GRADES table has these columns:

    STUDENT_ID NUMBER(12)

    SEMESTER_END DATE

    GPA NUMBER(4, 3)

    Which statement finds the highest grade point average (GPA) per semester?

    A. SELECT MAX(gpa) FROM student_grades WHERE gpa IS NOT NULL;
    B. SELECT (gpa) FROM student_grades GROUP BY semester_end WHERE gpa IS NOT NULL;
    C. SELECT MAX(gpa) FROM student_grades WHERE gpa IS NOT NULL GROUP BY semester_end;
    D. SELECT MAX(gpa) GROUP BY semester_end WHERE gpa IS NOT NULL FROM student_grades;
    E. SELECT MAX(gpa) FROM student_grades GROUP BY semester_end WHERE gpa IS NOT NULL;

  • Question 313:

    You are currently located in Singapore and have connected to a remote database in Chicago. You issue the following command:

    Exhibit:

    PROMOTIONS is the public synonym for the public database link for the PROMOTIONS table. What is the outcome?

    A. Number of days since the promo started based on the current Chicago data and time
    B. Number of days since the promo started based on the current Singapore data and time.
    C. An error because the WHERE condition specified is invalid
    D. An error because the ROUND function specified is invalid

  • Question 314:

    Which constraint can be defined only at the column level?

    A. UNIQUE
    B. NOT NULL
    C. CHECK
    D. PRIMARY KEY
    E. FOREIGN KEY

  • Question 315:

    Which are /SQL*Plus commands? (Choose all that apply.)

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

  • Question 316:

    Examine the SQL statement that creates ORDERS table:

    CREATE TABLE orders (SER_NO NUMBER UNIQUE, ORDER_ID NUMBER, ORDER_DATE DATE NOT NULL, STATUS VARCHAR2(10) CHECK (status IN ('CREDIT', 'CASH')), PROD_ID NUMBER REFERENCES PRODUCTS (PRODUCT_ID), ORD_TOTAL NUMBER, PRIMARY KEY (order_id, order_date));

    For which columns would an index be automatically created when you execute the above SQL statement? (Choose two.)

    A. SER_NO
    B. ORDER_ID
    C. STATUS
    D. PROD_ID
    E. ORD_TOTAL
    F. composite index on ORDER_ID and ORDER_DATE

  • Question 317:

    View the Exhibit and examine the structure of ORDERS and CUSTOMERS tables.

    There is only one customer with the CUST_LAST_NAME column having value Roberts.

    Which INSERT statement should be used to add a row into the ORDERS table for the customer whose CUST_LAST_NAME is Roberts and CREDIT_LIMIT is 600?

    A. INSERT INTO ordersVALUES (1, '10-mar-2007', 'direct',(SELECT customer_idFROM customersWHERE cust_last_name='Roberts' ANDcredit_limit=600), 1000);
    B. INSERT INTO orders (order_id, order_date, order_mode,(SELECT customer_idFROM customersWHERE cust_last_name='Roberts' ANDcredit_limit=600), order_total)VALUES(1, '10-mar-2007', 'direct', andandcustomer_id, 1000);
    C. INSERT INTO(SELECT o.order_id, o.order_date, o.order_mode, c.customer_id,
    D. order_totalFROM orders o, customers cWHERE o.customer_id = c.customer_idAND
    E. cust_last_name='Roberts' ANDc.credit_limit=600 )VALUES (1, '10-mar-2007', 'direct', (SELECT customer_idFROM customersWHERE cust_last_name='Roberts' ANDcredit_limit=600), 1000);
    F. INSERT INTO orders (order_id, order_date, order_mode,(SELECT customer_idFROM customersWHERE cust_last_name='Roberts' ANDcredit_limit=600), order_total)VALUES(1, '10-mar-2007', 'direct', andcustomer_id, 1000);

  • Question 318:

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

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

  • Question 319:

    View the Exhibit and examine the data in the PROJ_TASK_DETAILS table.

    The PROJ_TASK_DETAILS table stores information about tasks involved in a project and the relation between them.

    The BASED_ON column indicates dependencies between tasks. Some tasks do not depend on the completion of any other tasks.

    You need to generate a report showing all task IDs, the corresponding task ID they are dependent on, and the name of the employee in charge of the task it depends on.

    Which query would give the required result?

    A. SELECT p.task_id, p.based_on, d.task_in_chargeFROM proj_task_details p JOIN proj_task_details dON (p.based_on = d.task_id);
    B. SELECT p.task_id, p.based_on, d.task_in_chargeFROM proj_task_details p LEFT OUTER JOIN proj_task_details d ON (p.based_on = d.task_id);
    C. SELECT p.task_id, p.based_on, d.task_in_chargeFROM proj_task_details p FULL OUTER JOIN proj_task_details d ON (p.based_on = d.task_id);
    D. SELECT p.task_id, p.based_on, d.task_in_chargeFROM proj_task_details p JOIN proj_task_details dON (p.task_id = d.task_id);

  • Question 320:

    View the Exhibit and examine the description for the CUSTOMERS table.

    You want to update the CUST_CREDIT_LIMIT column to NULL for all the customers, where CUST_INCOME_LEVEL has NULL in the CUSTOMERS table. Which SQL statement will accomplish the task?

    A. UPDATE customersSET cust_credit_limit = NULLWHERE CUST_INCOME_LEVEL = NULL;
    B. UPDATE customersSET cust_credit_limit = NULLWHERE cust_income_level IS NULL;
    C. UPDATE customersSET cust_credit_limit = TO_NUMBER(NULL)WHERE cust_income_level = TO_NUMBER(NULL);
    D. UPDATE customersSET cust_credit_limit = TO_NUMBER(' ', 9999)WHERE cust_income_level IS NULL;

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.