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

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

    You need to display all promo categories that do not have 'discount' in their subcategory. Which two SQL statements give the required result? (Choose two.)

    A. SELECT promo_categoryFROM promotionsMINUSSELECT promo_categoryFROM promotionsWHERE promo_subcategory = 'discount';
    B. SELECT promo_categoryFROM promotionsINTERSECTSELECT promo_categoryFROM promotionsWHERE promo_subcategory = 'discount';
    C. SELECT promo_categoryFROM promotionsMINUSSELECT promo_categoryFROM promotionsWHERE promo_subcategory 'discount';
    D. SELECT promo_categoryFROM promotionsINTERSECTSELECT promo_categoryFROM promotionsWHERE promo_subcategory 'discount';

  • Question 162:

    Examine this statement:

    SELECT student_id, gpa FROM student_grades WHERE gpa > andandvalue;

    You run the statement once, and when prompted you enter a value of 2.0. A report is produced.

    What happens when you run the statement a second time?

    A. An error is returned.
    B. You are prompted to enter a new value.
    C. A report is produced that matches the first report produced.
    D. You are asked whether you want a new value or if you want to run the report based on the previous value.

  • Question 163:

    Which statement describes the ROWID data type?

    A. Binary data up to 4 gigabytes.
    B. Character data up to 4 gigabytes.
    C. Raw binary data of variable length up to 2 gigabytes.
    D. Binary data stored in an external file, up to 4 gigabytes.
    E. A hexadecimal string representing the unique address of a row in its table.

  • Question 164:

    This statement will fail:

    create unique bitmap index on employees(department_id,hire_date);

    Why?

    A. Bitmap indexes cannot be unique.
    B. The two columns are of different data types.
    C. A bitmap index can be on only one column.
    D. There is already a B*Tree index on DEPARTMENT_ID.

  • Question 165:

    Evaluate the SQL statement:

    TRUNCATE TABLE DEPT;

    Which three are true about the SQL statement? (Choose three.)

    A. It releases the storage space used by the table.
    B. It does not release the storage space used by the table.
    C. You can roll back the deletion of rows after the statement executes.
    D. You can NOT roll back the deletion of rows after the statement executes.
    E. An attempt to use DESCRIBE on the DEPT table after the TRUNCATE statement executes will display an error.
    F. You must be the owner of the table or have DELETE ANY TABLE system privileges to truncate the DEPT table

  • Question 166:

    View the Exhibit and examine the structure of the PROMOTIONS table:

    Exhibit:

    Using the PROMOTIONS table, you need to find out the average cost for all promos in the range $0-2000 and $2000-5000 in category A. You issue the following SQL statements:

    What would be the outcome?

    A. It generates an error because multiple conditions cannot be specified for the WHEN clause
    B. It executes successfully and gives the required result
    C. It generates an error because CASE cannot be used with group functions
    D. It generates an error because NULL cannot be specified as a return value

  • Question 167:

    Which two partitioned table maintenance operations support asynchronous Global Index Maintenance in Oracle database 12c?

    A. ALTER TABLE SPLIT PARTITION
    B. ALTER TABLE MERGE PARTITION
    C. ALTER TABLE TRUNCATE PARTITION
    D. ALTER TABLE ADD PARTITION
    E. ALTER TABLE DROP PARTITION
    F. ALTER TABLE MOVE PARTITION

  • Question 168:

    Which two statements are true regarding the DELETE and TRUNCATE commands? (Choose two.)

    A. DELETE can be used to remove only rows from only one table at a time.
    B. DELETE can be used to remove only rows from multiple tables at a time.
    C. DELETE can be used only on a table that is a parent of a referential integrity constraint.
    D. DELETE can be used to remove data from specific columns as well as complete rows.
    E. DELETE and TRUNCATE can be used on a table that is a parent of a referential integrity constraint having ON DELETE rule.

  • Question 169:

    View the Exhibits and examine products and sales tables.

    You issue the following query to display product name and the number of times the product has been sold:

    What happens when the above statement is executed?

    A. The statement executes successfully and produces the required output.
    B. The statement produces an error because item_cnt cannot be displayed in the outer query.
    C. The statement produces an error because a subquery in the from clause and outer-joins cannot be used together.
    D. The statement produces an error because the group by clause cannot be used in a subquery in the from clause.

  • Question 170:

    View the Exhibit and examine the structure of the PROMOSTIONS table:

    Exhibit:

    Which two SQL statements are valid? (Choose two.)

    A. SELECT promo_id, DECODE (NVL(promo_cost, 0), promo_cost,promo_cost * 0.25, 100) "Discount"FROM promotions;
    B. SELECT promo_id, DECODE (promo_cost, 10000,DECODE(promo_category, 'G1', promo_cost *.25, NULL),NULL) "Catcost"FROM promotions;
    C. SELECT promo_id, DECODE (NULLIF(promo_cost, 10000),NULL, promo_cost*.25, 'N/A') "Catcost"FROM promotions;
    D. SELECT promo_id, DECODE (promo_cost, >10000, 'High',

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.