Which of the following is NOT true about the DATEADD function?
A) The function can add a specific number of weekends to a given date.
B) The function can add a specific number of days to a given date.
C) The function can add a specific number of years to a given date.
D) The function can add a specific number of months to a given date.
A
You might also like to view...
In the bottom section of the Microsoft Office 365 Admin Welcome screen, the ________ link is used to manage organization wide settings
A) website B) domains C) support D) service settings
Write the code for a Sub procedure namedCalculateBonus. The procedure receives three decimal variables representing the salary, bonus rate, and bonus amount. The procedure should calculate the bonus amount by multiplying the salary by the bonus rate. Create your own variable names.
What will be an ideal response?