Solved

How Do You Add a Specific Number of Days to a Date

Question 28

Multiple Choice

How do you add a specific number of days to a date in MySQL?


A) use the DATE_ADD function without an INTERVAL unit
B) use an expression with a plus (+) operator such as "+ 14"
C) use the ADD_DAYS function
D) use the SUM operator

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions