Q73 The stores table has a column START_DATE of data type DATE, containing the date the row was inserted. You only want to display details of rows where START_DATE is within the last 25 months.
Which where clause can be used?
- (A). WHERE MONTHS_BETWEEN (SYSDATE, start_date) <= 25
- (B). WHERE ADD_MONTHS(start_date, 25) <= SYSDATE
- (C). WHERE TO_NUMBER(start_date – SYSDATE) <= 25
- (D). WHERE MONTHS_BETWEEN (start_date, SYSDATE) <= 25
Xem thêm:
- Sử dụng kiểu dữ liệu thời gian TIME ZONE trong SQL
- Q101. Which three actions are performed by the Oracle Preinstallation RPM, oracle-database-serverxxxx- preinstall, for Oracle Grid Infrastructure, where xxxx is the Oracle version and release?
- Q50. Which three are true about backing up the control file?
- Cấu hình chặn IP bằng SQL*Net
- Data Compression là gì?