Evaluate the SQL statement:SELECT ROUND(TRUNC(MOD(1600,10),-1),2)FROM dual;What will be displayed?()
A、0
B、1
C、0.00
D、an error statement
A、0
B、1
C、0.00
D、an error statement
A、The tuned plan is not added to the SQL plan baseline. B、The tuned plan is added to the fixed SQL plan baseline as a fixed plan. C、The tuned plan is added to the fixed SQL plan baseline as a nonfixed plan. D、The tuned plan is added to a new nonfixed SQL plan baseline as a nonfixed plan.
A、The tuned plan is not added to the SQL plan baseline. B、The tuned plan is added to the fixed SQL plan baseline as a fixed plan. C、The tuned plan is added to the fixed SQL plan baseline as a nonfixed plan. D、The tuned plan is added to a new nonfixed SQL plan baseline as a nonfixed plan.
A、A. The DESCRIBE DEPT statement displays the structure of the DEPT table. B、B. The ROLLBACK statement frees the storage space occupies by the DEPT table. C、C. The DESCRIBE DEPT statement returns an error ORA-04043: object DEPT does not exist. D、D. The DESCRIBE DEPT statement displays the structure of the DEPT table only if there is a COMMIT statement introduced before the ROLLBACK statement.
A、A.
B.
C.
D. The query fails because the subquery returns more than one row.
E. The query fails because the outer query and the inner query are using different tables.
A、 The tuned plan is not added to the SQL plan baseline. B、 The tuned plan is added to the fixed SQL plan baseline as a fixed plan. C、 The tuned plan is added to the fixed SQL plan baseline as a nonfixed plan. D、 The tuned plan is added to a new nonfixed SQL plan baseline as a nonfixed plan.
A、A. 46 and 45 B、B. 46 and 45.93 C、C. 50 and 45.93 D、D. 50 and 45.9 E、E. 45 and 45.93 F、F. 45.95 and 45.93
A、A. It executes successfully but partition pruning cannot happen for this partition key. B、B. It produces an error because the TOTAL_VALUE column cannot be used as a partition key. C、C. It produces an error because compression cannot be used for the TOTAL_VALUE partition key. D、D. It executes successfully but the values in the TOTAL_VALUE column would not be physically stored in the partitions.
A、The results are not sorted. B、The results are sorted numerically. C、The results are sorted alphabetically. D、The results are sorted numerically and then alphabetically.