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:
- Q75 In your data center, Oracle Managed Files (OMF) is used for all databases
- Q19. Which three are true in Oracle 19c in later releases?
- Lấy thông tin SCN (System Change Number) hiện tại trong Oracle Database
- Q162 You start your database instance in NOMOUNT state, Which two actions are performed?
- Q47. On the 10th of August, you implement an incremental database backup strategy and configure a recovery window of five days.