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:
- AWR là gì?
- Q105 You start your database instance in NOMOUNT state. Which two actions are performed?
- Quản trị View trong Oracle database
- Tạo Non-Cdb Oracle Database trong Silent Mode Oracle database 19c
- Copy file từ Windows vào Linux trên VirtualBox như thế nào | How to copy file from windows to Linux on VirtualBox