select all the correct answers. which function returns a valid value without any arguments? today sqrt count…

select all the correct answers. which function returns a valid value without any arguments? today sqrt count round now
Answer
Brief Explanations:
TODAY()returns the current date without arguments.NOW()returns the current date and time without arguments.SQRT()requires a number as an argument to calculate the square - root.COUNT()needs a range or set of values to count.ROUND()needs a number (and optionally a number of decimal places) as an argument to round the number.
Answer:
A. TODAY E. NOW