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';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.Which statement describes the ROWID data type?
A. Binary data up to 4 gigabytes.This statement will fail:
create unique bitmap index on employees(department_id,hire_date);
Why?
A. Bitmap indexes cannot be unique.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.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 clauseWhich two partitioned table maintenance operations support asynchronous Global Index Maintenance in Oracle database 12c?
A. ALTER TABLE SPLIT PARTITIONWhich 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.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.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;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.