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

    Which two statements are true regarding single row functions? (Choose two.)

    A. They can be nested only to two levels
    B. They always return a single result row for every row of a queried table
    C. Arguments can only be column values or constant
    D. They can return a data type value different from the one that is referenced
    E. They accept only a single argument

  • Question 272:

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

    A. A sub query that defines a view cannot include the GROUP BY clause
    B. A view is created with the sub query having the DISTINCT keyword can be updated
    C. A Data Manipulation Language (DML) operation can be performed on a view that is created with the sub query having all the NOT NULL columns of a table
    D. A view that is created with the sub query having the pseudo column ROWNUM keyword cannot be updated

  • Question 273:

    Consider these three statements:

    create synonym s1 for employees; create public synonym s1 for departments; select * from s1;

    Which of the following statements is correct?

    A. The second statement will fail because an object S1 already exists.
    B. The third statement will show the contents of EMPLOYEES.
    C. The third statement will show the contents of DEPARTMENTS.
    D. The third statement will show the contents of the table S1, if such a table exists in the current schema.

  • Question 274:

    Evaluate the following query:

    SQL> SELECT TRUNC(ROUND(156.00, -1), -1)

    FROM DUAL;

    What would be the outcome?

    A. 16
    B. 100
    C. 160
    D. 200
    E. 150

  • Question 275:

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

    You need to display product names from the products table that belong to the 'software/other' category with minimum prices as either S2000 or S4000 and no unit of measure. You issue the following query:

    Which statement is true regarding the above query?

    A. It executes successfully but returns no result.
    B. It executes successfully and returns the required result.
    C. It generates an error because the condition specified for PROD_UNIT_OF_MEASURE is not valid.
    D. It generates an error because the condition specified for the prod category column is not valid.

  • Question 276:

    You need to extract details of those products in the SALES table where the PROD_ID column contains the string '_D123'. Which WHERE clause could be used in the

    SELECT statement to get the required output?

    A. WHERE prod_id LIKE '%_D123%' ESCAPE '_'
    B. WHERE prod_id LIKE '%\_D123%' ESCAPE '\'
    C. WHERE prod_id LIKE '%_D123%' ESCAPE '%_'
    D. WHERE prod_id LIKE '%\_D123%' ESCAPE '\_'

  • Question 277:

    Examine the following SQL commands:

    Which statement is true regarding the execution of the above SQL commands?

    A. Both commands execute successfully.
    B. The first CREATE TABLE command generates an error because the NULL constraint is not valid.
    C. The second CREATE TABLE command generates an error because the CHECK constraint is not valid.
    D. The first CREATE TABLE command generates an error because CHECK and PRIMARY KEY constraints cannot be used for the same column.
    E. The first CREATE TABLE command generates an error because the column PROD_ID cannot be used in the PRIMARY KEY and FOREIGN KEY constraints.

  • Question 278:

    Which one is a system privilege?

    A. SELECT
    B. DELETE
    C. EXECUTE
    D. ALTER TABLE
    E. CREATE TABLE

  • Question 279:

    What is true about updates through a view?

    A. You cannot update a view with group functions.
    B. When you update a view group functions are automatically computed.
    C. When you update a view only the constraints on the underlying table will be in effect.
    D. When you update a view the constraints on the views always override the constraints on the underlying tables.

  • Question 280:

    Evaluate the SQL statement

    DROP TABLE DEPT:

    Which four statements are true of the SQL statement? (Choose four.)

    A. You cannot roll back this statement.
    B. All pending transactions are committed.
    C. All views based on the DEPT table are deleted.
    D. All indexes based on the DEPT table are dropped.
    E. All data in the table is deleted, and the table structure is also deleted.
    F. All data in the table is deleted, but the structure of the table is retained.
    G. All synonyms based on the DEPT table are deleted.

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.