Exam Name: | Oracle Database 12c SQL | ||
Exam Code: | 1z0-071 Dumps | ||
Vendor: | Oracle | Certification: | Oracle PL |
Questions: | 326 Q&A's | Shared By: | alisa |
You execute this command:
TRUNCATE TABLE depts;
Which two are true?
Examine this query:
SELECT SUBSTR (SYSDATE,1,5) ‘Result’ FROM DUAL
Which statement is true?
Examine the data in the ORDERS table:
Examine the data in the INVOICES table:
Examine this query:
SELECT order_ id, order_ date FROM orders
INTERSECT
SELECT order_ 1d, order_ date FROM invoices;
Which two rows will it return?