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

    Which two statements are true about sequences created in a single instance database? (Choose two.)

    A. CURRVAL is used to refer to the last sequence number that has been generated
    B. DELETE would remove a sequence from the database
    C. The numbers generated by a sequence can be used only for one table
    D. When the MAXVALUE limit for a sequence is reached, you can increase the MAXVALUE limit by using the ALTER SEQUENCE statement
    E. When a database instance shuts down abnormally, the sequence numbers that have been cached but not used would be available once again when the database instance is restarted

  • Question 142:

    Examine the structure of the EMPLOYEES and NEW_EMPLOYEES tables:

    EMPLOYEES

    EMPLOYEE_ID NUMBER Primary Key

    FIRST_NAME VARCHAR2(25)

    LAST_NAME VARCHAR2(25)

    HIRE_DATE DATE

    NEW_EMPLOYEES

    EMPLOYEE_ID NUMBER Primary Key

    NAME VARCHAR2(60)

    Which MERGE statement is valid?

    A. MERGE INTO new_employees c USING employees e ON (c.employee_id =
    B. employee_id) WHEN MATCHED THEN UPDATE SET c.name = e.first_name ||', '||
    C. last_name WHEN NOT MATCHED THEN INSERT VALUES (e.employee_id,
    D. first_name ||', '||e.last_name);
    E. MERGE new_employees c USING employees e ON (c.employee_id = e.employee_id) WHEN EXISTS THEN UPDATE SET c.name = e.first_name ||', '|| e.last_name WHEN NOT MATCHED THEN INSERT VALUES (e.employee_id, e.first_name ||', '||e.last_name);
    F. MERGE INTO new_employees c USING employees e ON (c.employee_id =
    G. employee_id) WHEN EXISTS THEN UPDATE SET c.name = e.first_name ||', '||
    H. last_name WHEN NOT MATCHED THEN INSERT VALUES(e.employee_id,
    I. first_name ||', '||e.last_name);
    J. MERGE new_employees c FROM employees e ON (c.employee_id = e.employee_id) WHEN MATCHED THEN UPDATE SET c.name = e.first_name ||', '|| e.last_name WHEN NOT MATCHED THEN INSERT INTO new_employees VALUES (e.employee_id,

  • Question 143:

    Examine the structure of the MARKS table:

    Exhibit:

    Which two statements would execute successfully? (Choose two.)

    A. SELECT student_name, subject1FROM marksWHERE subject1 > AVG(subject1);
    B. SELECT student_name, SUM(subject1)FROM marksWHERE student_name LIKE 'R%';
    C. SELECT SUM(subject1+subject2+subject3)FROM marksWHERE student_name IS NULL;
    D. SELECT SUM(DISTINCT NVL(subject1, 0)), MAX(subject1)FROM marksWHERE subject1 > subject2;

  • Question 144:

    View the Exhibit and examine the description for the PRODUCTS and SALES table.

    PROD_ID is a primary key in the PRODUCTS table and foreign key in the SALES table. You want to remove all the rows from the PRODUCTS table for which no sale was done for the last three years. Which is the valid DELETE statement?

    A. DELETEFROM productsWHERE prod_id = (SELECT prod_idFROM salesWHERE time_id - 3*365 = SYSDATE );
    B. DELETEFROM productsWHERE prod_id = (SELECT prod_idFROM salesWHERE SYSDATE >= time_id - 3*365 );
    C. DELETEFROM productsWHERE prod_id IN (SELECT prod_idFROM salesWHERE SYSDATE - 3*365 >= time_id);
    D. DELETEFROM productsWHERE prod_id IN (SELECT prod_idFROM salesWHERE time_id >= SYSDATE - 3*365 );

  • Question 145:

    You issue the following query:

    SQL> SELECT AVG(MAX(qty))

    FROM ord_items

    GROUP BY item_no

    HAVING AVG(MAX(qty))>50;

    Which statement is true regarding the outcome of this query?

    A. It executes successfully and gives the correct output.
    B. It gives an error because the HAVING clause is not valid.
    C. It executes successfully but does not give the correct output.
    D. It gives an error because the GROUP BY expression is not valid.

  • Question 146:

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

    Using the products table, you issue the following query to generate the names, current list price, and discounted list price for all those products whose list price falls below $10 after a discount of 25% is applied on it.

    The query generates an error. What is the reason for the error?

    A. The parenthesis should be added to enclose the entire expression.
    B. The double quotation marks should be removed from the column alias.
    C. The column alias should be replaced with the expression in the where clause.
    D. The column alias should be put in uppercase and enclosed within double quotation marks in the where clause.

  • Question 147:

    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? (Choose two.)

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

    Which four are attributes of single row functions? (Choose four.)

    A. cannot be nested
    B. manipulate data items
    C. act on each row returned
    D. return one result per row
    E. accept only one argument and return only one value
    F. accept arguments which can be a column or an expression

  • Question 149:

    Which three statements are true about the ALTER TABLE .... DROP COLUMN .... command?

    A. A column can be dropped only if it does not contain any data.
    B. A column can be dropped only if another column exists in the table.
    C. A dropped column can be rolled back.
    D. The column in a composite PRIMARY KEY with the CASCADE option can be dropped.
    E. A parent key column in the table cannot be dropped.

  • Question 150:

    Examine the structure proposed for the transactions table:

    Which two statements are true regarding the creation and storage of data in the above table structure?

    A. The CUST_STATUS column would give an error.
    B. The TRANS_VALIDITY column would give an error.
    C. The CUST_STATUS column would store exactly one character.
    D. The CUST_CREDIT_LIMIT column would not be able to store decimal values.
    E. The TRANS_VALIDITY column would have a maximum size of one character.
    F. The TRANS_DATE column would be able to store day, month, century, year, hour, minutes, seconds, and fractions of seconds

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.