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

    Examine the structure proposed for the TRANSACTIONS table:

    Which two statements are true regarding the storage of data in the above table structure? (Choose two.)

    A. The TRANS_DATE column would allow storage of dates only in the dd-mon-yyyy format.
    B. The CUST_CREDIT_VALUE column would allow storage of positive and negative integers.
    C. The TRANS_VALIDITY column would allow storage of a time interval in days, hours, minutes, and seconds.
    D. The CUST_STATUS column would allow storage of data up to the maximum VARCHAR2 size of 4, 000 characters.

  • Question 172:

    You are granted the CREATE VIEW privilege. What does this allow you to do?

    A. Create a table view.
    B. Create a view in any schema.
    C. Create a view in your schema.
    D. Create a sequence view in any schema.
    E. Create a view that is accessible by everyone.
    F. Create a view only of it is based on tables that you created.

  • Question 173:

    Examine the data in the PROMO_BEGIN_DATE column of the promotions table:

    You want to display the number of promotions started in 1999 and 2000. Which query gives the correct output?

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

  • Question 174:

    Examine the structure of the PROMOS table: You want to display the list of promo names with the message 'Same Day' for promos that started and ended on the same day. Which query gives the correct output?

    A. SELECT promo_name, NVL(NULLIF(promo_start_date, promo_end_date), 'Same Day') FROM promos;
    B. SELECT promo_name, NVL(TRUNC(promo_end_date - promo_start_date), 'Same Day') FROM promos;
    C. SELECT promo_name, NVL2(TO_CHAR(TRUNC(promo_end_date-promo_start_date)), NULL, 'Same Day')FROM promos;
    D. SELECT promo_name, DECODE((NULLIF(promo_start_date, promo_end_date)), NULL, 'Same day') FROM promos;

  • Question 175:

    Which constraint can be defined only at the column level?

    A. UNIQUE
    B. NOT NULL
    C. CHECK
    D. PRIMARY KEY
    E. FOREIGN KEY

  • Question 176:

    Examine the data in the CUST_NAME column of the customers table.

    You need to display customers' second names where the second name starts with "Mc" or "MC." Which query gives the required output?

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

  • Question 177:

    Evaluate this SQL statement:

    SELECT ename, sal, 12*sal+100 FROM emp;

    The SAL column stores the monthly salary of the employee. Which change must be made to the above syntax to calculate the annual compensation as "monthly salary plus a monthly bonus of $100, multiplied by 12"?

    A. No change is required to achieve the desired results.
    B. SELECT ename, sal, 12*(sal+100) FROM emp;
    C. SELECT ename, sal, (12*sal)+100 FROM emp;
    D. SELECT ename, sal+100, *12 FROM emp;

  • Question 178:

    You need to produce a report where each customer's credit limit has been incremented by $1000. In the output, the customer's last name should have the heading Name and the incremented credit limit should be labeled New Credit Limit. The column headings should have only the first letter of each word in uppercase.

    Which statement would accomplish this requirement?

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

  • Question 179:

    View the Exhibit to examine the description for the SALES table. Which views can have all DML operations performed on it? (Choose all that apply.)

    A. CREATE VIEW v3AS SELECT * FROM SALESWHERE cust_id = 2034WITH CHECK OPTION;
    B. CREATE VIEW v1AS SELECT * FROM SALESWHERE time_id
    C. CREATE VIEW v2AS SELECT prod_id, cust_id, time_id FROM SALESWHERE time_id
    D. CREATE VIEW v4AS SELECT prod_id, cust_id, SUM(quantity_sold) FROM SALESWHERE time_id

  • Question 180:

    You want to display 5 percent of the rows from the sales table for products with the lowest AMOUNT_SOLD and also want to include the rows that have the same AMOUNT_SOLD even if this causes the output to exceed 5 percent of the rows.

    Which query will provide the required result?

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

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.