Across
- 4. function returns the largest integer value that is less than or equal to the argument.
- 5. scalar function returns the minimum value in a set of values.
- 7. function returns a portion of a date or timestamp, based on its arguments.
- 9. function returns a 4-character code that represents the sound of the words in the argument.
- 10. function returns a timestamp value that is based on the interpretation of the input string using the specified format.
- 14. function returns a value in which one or more characters of the first argument might have been converted to other characters.
- 15. function returns a character string representation of a timestamp value that has been formatted using a specified character template.
- 17. function returns a string that consists of the specified number of leftmost bytes of the specified string units.
Down
- 1. function returns a string in which all the characters have been converted to uppercase characters.
- 2. function returns the square root of the argument.
- 3. function returns the coefficient of the correlation of a set of number pairs.
- 6. function returns a datetime value that represents the first weekday, named by string-expression, that is later than the date in expression.
- 8. function returns a substring of a string.
- 9. function returns the standard deviation
- 11. function returns the average of a set of numbers.
- 12. function returns the month part of a value.
- 13. function returns the smallest integer value that is greater than or equal to the argument.
- 16. function returns the absolute value of a number.
