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

    Where can sub queries be used? (Choose all that apply)

    A. field names in the SELECT statement
    B. the FROM clause in the SELECT statement
    C. the HAVING clause in the SELECT statement
    D. the GROUP BY clause in the SELECT statement
    E. the WHERE clause in only the SELECT statement
    F. the WHERE clause in SELECT as well as all DML statements

  • Question 292:

    View the Exhibit and examine the structure of the PROMOTIONS table. Evaluate the following SQL statement:

    The above query generates an error on execution.

    Which clause in the above SQL statement causes the error?

    A. WHERE
    B. SELECT
    C. GROUP BY
    D. ORDER BY

  • Question 293:

    Evaluate the SQL statement:

    SELECT ROUND(45.953, -1), TRUNC(45.936, 2)

    FROM dual;

    Which values are displayed?

    A. 46 and 45
    B. 46 and 45.93
    C. 50 and 45.93
    D. 50 and 45.9
    E. 45 and 45.93
    F. 45.95 and 45.93

  • Question 294:

    Which two statements are true regarding the USING and ON clauses in table joins? (Choose two.)

    A. The ON clause can be used to join tables on columns that have different names but compatible data types
    B. A maximum of one pair of columns can be joined between two tables using the ON clause
    C. Both USING and ON clause can be used for equijoins and nonequijoins
    D. The WHERE clause can be used to apply additional conditions in SELECT statement containing the ON or the USING clause

  • Question 295:

    In which two cases would you use an outer join? (Choose two.)

    A. The tables being joined have NOT NULL columns.
    B. The tables being joined have only matched data.
    C. The columns being joined have NULL values.
    D. The tables being joined have only unmatched data.
    E. The tables being joined have both matched and unmatched data.
    F. Only when the tables have a primary key/foreign key relationship.

  • Question 296:

    Which statement is true regarding the INTERSECT operator?

    A. It ignores NULL values
    B. The number of columns and data types must be identical for all SELECT statements in the query
    C. The names of columns in all SELECT statements must be identical
    D. Reversing the order of the intersected tables the result

  • Question 297:

    Which statement adds a column called salary to the employees table having 100 rows, which cannot contain null?

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

  • Question 298:

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

    You want to generate a report showing the last names and credit limits of all customers whose last names start with A, B, or C, and credit limit 10,000. Evaluate the following two queries:

    Which statement is true regarding the execution of the above queries?

    A. Only the first query gives the correct result.
    B. Only the second query gives the correct result.
    C. Both execute successfully and give the same result.
    D. Both execute successfully but do not give the required result.

  • Question 299:

    You need to create a table for a banking application. One of the columns in the table has the following requirements:

    1) You want a column in the table to store the duration of the credit period.

    2) The data in the column should be stored in a format such that it can be easily added and subtracted with date data type without using conversion functions.

    3) The maximum period of the credit provision in the application is 30 days.

    4) The interest has to be calculated for the number of days an individual has taken a credit for.

    Which data type would you use for such a column in the table?

    A. DATE
    B. NUMBER
    C. TIMESTAMP
    D. INTERVAL DAY TO SECOND
    E. INTERVAL YEAR TO MONTH

  • Question 300:

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

    You need to generate a report of all promos from the promotions table based on the following conditions:

    1.

    The promo name should not begin with 'T' or 'N'.

    2.

    The promo should cost more than $20000.

    3.

    The promo should have ended after 1st January 2001. Which where clause would give the required result?

    A. WHERE promo_name NOT LIKE 'T%' AND promo_name NOT LIKE 'N%' AND promo_cost > 20000 AND promo_end_date > `1-JAN-01'
    B. WHERE promo_name NOT LIKE 'T%' OR promo_name NOT LIKE 'N%' AND promo_cost >20000 AND promo_end_date > `1-JAN-01'
    C. WHERE (promo_name NOT LIKE 'T%' AND promo_name NOT LIKE 'N%')OR promo_cost >20000 OR promo_end_date > `1-JAN-01'
    D. WHERE (promo_name NOT LIKE '%T%' OR promo_name NOT LIKE '%N%') AND(promo_cost >20000 AND promo_end_date > `1-JAN-01')

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.