Q130 Which two queries execute successfully?
- A. SELECT NULLIF(NULL, 100) FROM DUAL;
- B. SELECT NULLIF(100, ‘A’) FROM DUAL;
- C. SELECT COALESCE(100, ‘A’) FROM DUAL;
- D. SELECT COALESCE(100, NULL, 200) FROM DUAL;
- E. SELECT NULLIF(100, 100) FROM DUAL;
Xem thêm:
- Q38 A database is configured to use automatic undo management with temporary undo enabled
- Data Encryption là gì?
- Local Undo Mode and Shared Undo Mode | Sử dụng Local Undo và Shared Undo Mode trong Oracle Database Multitenant
- Q107 View the Exhibit and examine the description of the tables
- Q150 Identify three ORDER BY clauses, any one of which can complete the query successfully