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

    Evaluate the following CREATE SEQUENCE statement:

    CREATE SEQUENCE seq1

    START WITH 100

    INCREMENT BY 10 MAXVALUE 200

    CYCLE

    NOCACHE;

    The SEQ1 sequence has generated numbers up to the maximum limit of 200. You issue the following SQL statement:

    SELECT seq1.nextval FROM dual;

    What is displayed by the SELECT statement?

    A. 1
    B. 10
    C. 100
    D. an error

  • Question 52:

    The EMPLOYEES table has these columns:

    LAST NAME. VARCHAR2(35)

    SALARY. NUMBER(8, 2)

    HIRE_DATE. DATE

    Management wants to add a default value to the SALARY column. You plan to alter the table by using this SQL statement:

    ALTER TABLE EMPLOYEES

    MODIFY (SALARY DEFAULT 5000);

    What is true about your ALTER statement?

    A. Column definitions cannot be altered to add DEFAULT values.
    B. A change to the DEFAULT value affects only subsequent insertions to the table.
    C. Column definitions cannot be altered at add DEFAULT values for columns with a NUMBER data type.
    D. All the rows that have a NULL value for the SALARY column will be updated with the value 5000.

  • Question 53:

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

    Exhibit 1.

    Exhibit 2.

    Evaluate the following SQL statement:

    What would be the outcome of the above SQL statement?

    A. It displays prod IDs in the promo with the lowest cost.
    B. It displays prod IDs in the promos with the lowest cost in the same time interval.
    C. It displays prod IDs in the promos with the highest cost in the same time interval.
    D. It displays prod IDs in the promos with cost less than the highest cost in the same time interval.

  • Question 54:

    Evaluate the following SQL commands:

    The command to create a table fails. Identify the two reasons for the SQL statement failure?

    A. You cannot use SYSDATE in the condition of a check constraint.
    B. You cannot use the BETWEEN clause in the condition of a CHECK constraint.
    C. You cannot use the NEXTVAL sequence value as a DEFAULT value for a column.
    D. You cannot use ORD_NO and ITEM_NO columns as a composite primary key because ORD_NO is also the FOREIGN KEY.

  • Question 55:

    Sales data of a company is stored in two tables, SALES1 and SALES2, with some data being duplicated across the tables. You want to display the results the results from the SALES1 table, which are not present in the SALES2 table.

    Which set operator generates the required output?

    A. UNION
    B. INTERSECT
    C. PLUS
    D. MINUS
    E. SUBSTRACT

  • Question 56:

    Which two statements are true regarding constraints? (Choose two.)

    A. A table can have only one primary key and one foreign key.
    B. A table can have only one primary key but multiple foreign keys.
    C. Only the primary key can be defined at the column and table levels.
    D. The foreign key and parent table primary key must have the same name.
    E. Both primary key and foreign key constraints can be defined at both column and table levels.

  • Question 57:

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

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

  • Question 58:

    View the Exhibit and examine the structure and data in the INVOICE table.

    Which two statements are true regarding data type conversion in expressions used in queries?

    A. inv_amt ='0255982': requires explicit conversion
    B. inv_date > '01-02-2008': uses implicit conversion
    C. CONCAT (inv_amt, inv_date): requires explicit conversion
    D. inv_date = '15-february-2008': uses implicit conversion
    E. inv_no BETWEEN '101' AND '110': uses implicit conversion

  • Question 59:

    Which describes the default behavior when you create a table?

    A. The table is accessible to all users.
    B. Tables are created in the public schema.
    C. Tables are created in your schema.
    D. Tables are created in the DBA schema.
    E. You must specify the schema when the table is created.

  • Question 60:

    The PRODUCTS table has these columns:

    PRODUCT_ID NUMBER(4) PRODUCT_NAME VARCHAR2(45)

    PRICE NUMBER(8, 2)

    Evaluate this SQL statement:

    SELECT *

    FROM PRODUCTS

    ORDER BY price, product_name;

    What is true about the SQL statement?

    A. The results are not sorted.
    B. The results are sorted numerically.
    C. The results are sorted alphabetically.
    D. The results are sorted numerically and then alphabetically.

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.