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

    See the Exhibit and examine the structure of the SALES, CUSTOMERS, PRODUCTS and ITEMS tables:

    The PROD_ID column is the foreign key in the SALES table, which references the PRODUCTS table. Similarly, the CUST_ID and TIME_ID columns are also foreign keys in the SALES table referencing the CUSTOMERS and TIMES tables,

    respectively.

    Evaluate the following the CREATE TABLE command:

    Exhibit:

    Which statement is true regarding the above command?

    A. The NEW_SALES table would not get created because the column names in the CREATE TABLE command and the SELECT clause do not match
    B. The NEW_SALES table would get created and all the NOT NULL constraints defined on the specified columns would be passed to the new table
    C. The NEW_SALES table would not get created because the DEFAULT value cannot be specified in the column definition
    D. The NEW_SALES table would get created and all the FOREIGN KEY constraints defined on the specified columns would be passed to the new table

  • Question 132:

    Which three SQL statements would display the value 1890.55 as $1, 890.55?

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

  • Question 133:

    Examine the following Entity Relationship Model diagram:

    Which three statements are true? (Choose three.)

    A. SKILL is a multi-valued attribute.
    B. YEARS_EMPLOYED is a derived attribute.
    C. YEARS_EMPLOYED is a key attribute.
    D. SKILL is a composite attribute.
    E. EMP_ID is a key attribute.
    F. EMPLOYEE is a weak entity.

  • Question 134:

    View the Exhibits and examine the structures of the PROMOTIONS and SALES tables.

    Exhibit 1:

    Exhibit 2:

    Evaluate the following SQL statements:

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

    A. It gives details of product IDs that have been sold irrespective of whether they had a promo or not.
    B. It gives the details of promos for which there have been no sales.
    C. It gives the details of promos for which there have been sales.
    D. It gives details of all promos irrespective of whether they have resulted in a sale or not.

  • Question 135:

    Examine the data in the CUSTOMERS table:

    You want to list all cities that have more than one customer along with the customer details.

    Evaluate the following query:

    SQL>SELECT c1.custname, c1.city

    FROM Customers c1 __________________ Customers c2

    ON (c1.city=c2.city AND c1.custname<>c2.custname);

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

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

  • Question 136:

    Which of these is a defining characteristic of a complex view, rather than a simple view? (Choose one or more correct answers.)

    A. Restricting the projection by selecting only some of the table's columns
    B. Naming the view's columns with column aliases
    C. Restricting the selection of rows with a WHERE clause
    D. Performing an aggregation
    E. Joining two tables

  • Question 137:

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

    You want to display only those product names with their list prices where the list price is at least double the minimum price.

    The report should start with the product name having the maximum list price satisfying this condition.

    Evaluate the following SQL statement:

    SQL>SELECT prod_name, prod_list_price

    FROM products

    WHERE prod_list_price >= 2 * prod_min_price

    Which ORDER BY clauses can be added to the above SQL statement to get the correct output?

    (Choose all that apply.)

    A. ORDER BY prod_list_price DESC, prod_name;
    B. ORDER BY (2*prod_min_price)DESC, prod_name;
    C. ORDER BY prod_name, (2*prod_min_price)DESC;
    D. ORDER BY prod_name DESC, prod_list_price DESC;
    E. ORDER BY prod_list_price DESC, prod_name DESC;

  • Question 138:

    Which three statements are true regarding the data types in Oracle Database 10g/11g? (Choose three.)

    A. The BLOB data type column is used to store binary data in an operating system file
    B. The minimum column width that can be specified for a VARCHAR2 data type column is one
    C. A TIMESTAMP data type column stores only time values with fractional seconds
    D. The value for a CHAR data type column is blank-padded to the maximum defined column width
    E. Only One LONG column can be used per table

  • Question 139:

    Evaluate the following query:

    SELECT INTERVAL '300' MONTH,

    INTERVAL '54-2' YEAR TO MONTH,

    INTERVAL '11:12:10.1234567' HOUR TO SECOND

    FROM dual;

    What is the correct output of the above query?

    A. +25-00, +54-02, +00 11:12:10.123457
    B. +00-300, +54-02, +00 11:12:10.123457
    C. +25-00, +00-650, +00 11:12:10.123457
    D. +00-300, +00-650, +00 11:12:10.123457

  • Question 140:

    Examine the structure of the EMPLOYEES table:

    Which UPDATE statement is valid?

    A. UPDATE employeesSET first_name = `John'SET last_name = `Smith'WHERE employee_id = 180;
    B. UPDATE employeesSET first_name = `John',SET last_name = `Smoth'WHERE employee_id = 180;
    C. UPDATE employeeSET first_name = `John'AND last_name = `Smith'WHERE employee_id = 180;
    D. UPDATE employeeSET first_name = `John', last_name = `Smith'WHERE employee_id = 180;

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.