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

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

    The CUSTOMERS table contains the current location of all currently active customers. The CUST_HISTORY table stores historical details relating to any changes in the location of all current as well as previous customers who are no longer

    active with the company.

    You need to find those customers who have never changed their address.

    Which SET operator would you use to get the required output?

    A. INTERSECT
    B. UNION ALL
    C. MINUS
    D. UNION

  • Question 332:

    Evaluate the following SQL statements:

    DELETE FROM sales;

    There are no other uncommitted transactions on the SALES table.

    Which statement is true about the DELETE statement?

    A. It removes all the rows as well as the structure of the table
    B. It removes all the rows in the table and deleted rows cannot be rolled back
    C. It removes all the rows in the table and deleted rows can be rolled back
    D. It would not remove the rows if the table has a primary key

  • Question 333:

    You execute the following commands:

    For which substitution variables are you prompted for the input?

    A. None, because no input required
    B. Both the substitution variables 'hiredate' and 'mgr_id\
    C. Only 'hiredate'
    D. Only 'mgr_id'

  • Question 334:

    View the Exhibit and examine the structure of the SALES and PRODUCTS tables.

    In the SALES table, PROD_ID is the foreign key referencing PROD_ID in the PRODUCTS table.

    You want to list each product ID and the number of times it has been sold.

    Evaluate the following query:

    SQL>SELECT p.prod_id, COUNT(s.prod_id)

    FROM products p _____________ sales s

    ON p.prod_id = s.prod_id

    GROUP BY p.prod_id;

    Which two JOIN options can be used in the blank in the above query to get the required output? (Choose two.)

    A. JOIN
    B. FULL OUTER JOIN
    C. LEFT OUTER JOIN
    D. RIGHT OUTER JOIN

  • Question 335:

    You need to list the employees in DEPARTMENT_ID 30 in a single row, ordered by HIRE_DATE. Examine the sample output:

    Which query will provide the required output?

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

  • Question 336:

    Which SQL statement returns a numeric value?

    A. SELECT ADD_MONTHS(MAX(hire_Date), 6) FROM EMP;
    B. SELECT ROUND(hire_date) FROM EMP;
    C. SELECT sysdate-hire_date FROM EMP;
    D. SELECT TO_NUMBER(hire_date + 7) FROM EMP;

  • Question 337:

    Which is the valid CREATE [TABLE statement?

    A. CREATE TABLE emp9$# (emp_no NUMBER(4));
    B. CREATE TABLE 9emp$# (emp_no NUMBER(4));
    C. CREATE TABLE emp*123 (emp_no NUMBER(4));
    D. CREATE TABLE emp9$# (emp_no NUMBER(4). date DATE);

  • Question 338:

    Which two statements are true regarding the ORDER BY clause? (Choose two.)

    A. It is executed first in the query execution.
    B. It must be the last clause in the SELECT statement.
    C. It cannot be used in a SELECT statement containing a HAVING clause.
    D. You cannot specify a column name followed by an expression in this clause.
    E. You can specify a combination of numeric positions and column names in this clause.

  • Question 339:

    Examine the structure and data of the CUSTJTRANS table: CUSTJRANS Name Null? Type CUSTNO NOT NULL CHAR(2) TRANSDATE DATE TRANSAMT NUMBER(6.2) CUSTNO TRANSDATE TRANSAMT 11 01-JAN-07 1000 22 01-FEB-07 2000 33 01-MAR-07 3000 Dates are stored in the default date format dd-mon-rr in the CUSTJTRANS table. Which three SQL statements would execute successfully? (Choose three.)

    A. SELECT transdate + '10' FROM custjrans;
    B. SELECT * FROM custjrans WHERE transdate = '01-01-07':
    C. SELECT transamt FROM custjrans WHERE custno > '11':
    D. SELECT * FROM custjrans WHERE transdate='01-JANUARY-07':
    E. SELECT custno - 'A' FROM custjrans WHERE transamt > 2000:

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.