The DAY(date) function is used to _____.?
A. ?extract the day of the month from the date value
B. ?return the day in the date value where 1=Monday, 2=Tuesday, and so forth
C. ?create a date value for the date represented by the year, month, and day arguments
D. ?display the current date and time
Answer: A
Computer Science & Information Technology
You might also like to view...
An ________________ modifies or further describes the function of an element
a. tag b. doctype c. attribute d. none of the above
Computer Science & Information Technology
The regular expression pattern for a character class is _____.
A. *chars* B. [chars] C. (chars) D. /chars/
Computer Science & Information Technology