Q156 In the PROMOTIONS table, the PROMO_BEGIN_DATE column is of data type DATE and the default date format is DD-MON-RR.
Which two statements are true about expressions using PROMO_BEGIN_DATE contained in a query?
- A) TO_NUMBER(PROMO_BEGIN_DATE) – 5 will return a number.
- B) PROMO_BEGIN_DATE – SYSDATE will return a number.
- C) PROMO_BEGIN_DATE – 5 will return a date.
- D) PROMO_BEGIN_DATE – SYSDATE will return an error.
- E) TO_DATE(PROMO_BEGIN_DATE * 5) will return a date.
Xem thêm:
- Hướng dẫn cấu hình kết nối đến PostgreSQL Server với pg_hba.conf và postgresql.conf
- Q74 Which three statements are true about sequences in a single instance Oracle database?
- Chi phí chạy Pi Node mỗi tháng là bao nhiêu?
- Oracle Data Guard FAILOVER sử dụng DGMGRL Utility Oracle Data Guard 19c
- Q13. Which is the default column or columns for sorting output from compound queries using SET operators such as intersect In a SQL statement?
