Which of the following could be used to calculate the number of days (rounded) between the current date and the value in a future_ date column?
A. ROUND(CURR_DATE - future_date)
B. ROUND(SYSDATE - future_date)
C. ROUND(future_date - SYSDATE)
D. ROUND(future_date - CURR_DATE)
Answer: C. ROUND(future_date - SYSDATE)
Computer Science & Information Technology
You might also like to view...
Contrast refers to the difference in brightness
Indicate whether the statement is true or false
Computer Science & Information Technology
The lower the value of the Rectangle corner radius, the more rounded the rectangle's corners will be, as shown in the accompanying figure.
Answer the following statement true (T) or false (F)
Computer Science & Information Technology