Download Oracle.1z0-071.ActualTests.2021-06-07.78q.vcex

Download Exam

File Info

Exam Oracle Datbase 12c SQL
Number 1z0-071
File Name Oracle.1z0-071.ActualTests.2021-06-07.78q.vcex
Size 3 MB
Posted Jun 07, 2021
Download Oracle.1z0-071.ActualTests.2021-06-07.78q.vcex

How to open VCEX & EXAM Files?

Files with VCEX & EXAM extensions can be opened by ProfExam Simulator.

Purchase

Coupon: MASTEREXAM
With discount: 20%






Demo Questions

Question 1

Examine the description of the PROMOTIONS table:
   
  
You want to display the unique promotion costs in each promotion category. 
Which two queries can be used? (Choose two.)


  1. SELECT DISTINCT promo_category || ' has ' || promo_cost AS COSTS FROM promotions ORDER BY 1;
  2. SELECT DISTINCT promo_cost || ' in ' || DISTINCT promo_category FROM promotions ORDER BY 1;
  3. SELECT DISTINCT promo_category, promo_cost FROM promotions ORDER BY 1;
  4. SELECT promo_category DISTINCT promo_cost, FROM promotions ORDER BY 2;
  5. SELECT promo_cost, promo_category FROM promotions ORDER BY 1;
Correct answer: AC



Question 2

Examine the description of the PRODUCTS table:
   
  
Which three queries use valid expressions? (Choose three.)


  1. SELECT product_id, unit_price, S "Discount", unit_price + surcharge - discount FROM products;
  2. SELECT product_id, (unit_price * 0.15 / (4.75 + 552.25)) FROM products;
  3. SELECT product_id, (expiry_date - delivery_date) * 2 FROM products;
  4. SELECT product_id, unit_price || 5 "Discount", unit_price + surcharge - discount FROM products;
  5. SELECT product_id, expiry_date * 2 FROM products;
  6. SELECT product_id, unit_price, unit_price + surcharge FROM products;
Correct answer: BCF



Question 3

What is true about non-equijoin statement performance? (Choose two.)


  1. The BETWEEN condition always performs less well than using the >= and <= conditions.
  2. The BETWEEN condition always performs better than using the >= and <= conditions. 
  3. The Oracle join syntax performs better than the SQL:1999 compliant ANSI join syntax.
  4. Table aliases can improve performance.
  5. The join syntax used makes no difference to performance.
Correct answer: DE



Question 4

Which two are true? (Choose two.)


  1. ADD_MONTHS adds a number of calendar months to a date.
  2. CEIL requires an argument which is a numeric data type.
  3. CEIL returns the largest integer less than or equal to a specified number.
  4. LAST_DAY returns the date of the last day of the current month only.
  5. LAST_DAY returns the date of the last day of the month for the date argument passed to the function.
  6. LAST_DAY returns the date of the last day of the previous month only.
Correct answer: AC



Question 5

Which three statements are true about Oracle synonyms? (Choose three.)


  1. A synonym cannot be created for a PL/SQL package.
  2. A synonym can be available to all users.
  3. A SEQUENCE can have a synonym.
  4. Any user can drop a PUBLIC synonym.
  5. A synonym created by one user can refer to an object belonging to another user.
Correct answer: BCE



Question 6

Which two are true? (Choose two.)


  1. CONCAT joins two character strings together.
  2. CONCAT joins two or more character strings together.
  3. FLOOR returns the largest positive integer less than or equal to a specified number.
  4. INSTR finds the offset within a character string, starting from position 0.
  5. INSTR finds the offset within a string of a single character only.
  6. FLOOR returns the largest integer less than or equal to a specified number.
Correct answer: AF



Question 7

Examine these SQL statements which execute successfully:
  
   
  
Which two statements are true after execution? (Choose two.)


  1. The primary key constraint will be enabled and IMMEDIATE.
  2. The foreign key constraint will be enabled and DEFERRED.
  3. The primary key constraint will be enabled and DEFERRED.
  4. The foreign key constraint will be disabled.
  5. The foreign key constraint will be enabled and IMMEDIATE. 
Correct answer: AD



Question 8

Examine this SQL statement:
     
Which two are true? (Choose two.)


  1. All existing rows in the ORDERS table are updated.
  2. The subquery is executed before the UPDATE statement is executed.
  3. The subquery is not a correlated subquery.
  4. The subquery is executed for every updated row in the ORDERS table.
  5. The UPDATE statement executes successfully even if the subquery selects multiple rows.
Correct answer: AB



Question 9

Which two statements are true about TRUNCATE and DELETE? (Choose two.)


  1. DELETE can use a WHERE clause to determine which row(s) should be removed.
  2. TRUNCATE can use a WHERE clause to determine which row(s) should be removed.
  3. TRUNCATE leaves any indexes on the table in an UNUSABLE state.
  4. The result of a TRUNCATE can be undone by issuing a ROLLBACK.
  5. The result of a DELETE can be undone by issuing a ROLLBACK.
Correct answer: AE



Question 10

The STORES table has a column START_DATE of data type DATE, containing the date the row was inserted. 
You only want to display details of rows where START_DATE is within the last 25 months. 
Which WHERE clause can be used?


  1. WHERE TO_NUMBER(start_date - SYSDATE) <= 25
  2. WHERE MONTHS_BETWEEN(start_date, SYSDATE) <= 25
  3. WHERE MONTHS_BETWEEN(SYSDATE, start_date) <= 25
  4. WHERE ADD_MONTHS(start_date, 25) <= SYSDATE
Correct answer: C









CONNECT US

Facebook

Twitter

PROFEXAM WITH A 20% DISCOUNT

You can buy ProfExam with a 20% discount!



HOW TO OPEN VCEX FILES

Use ProfExam Simulator to open VCEX files