Multiple Choice
If Mack wants to display the number of days between two dates, such as the current date and an invoice date from a table, which function can he use in his MySQL query to accomplish this?
A) DATE_ADD()
B) SUBTRACT()
C) DATEDIFF()
D) SYSDATE()
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q16: Which command is used to call a
Q17: Variable names in PL/SQL must start with
Q18: Identify and explain the error handling strategy
Q19: In Oracle, SQL Server, and MySQL, you
Q20: Which statement about triggers is correct?<br>A) In
Q22: Discuss two reasons for creating a stored
Q23: When creating a stored procedure to retrieve
Q24: What function can you use to obtain
Q25: Which command do you use to write
Q26: The DATE_ADD function has one argument.