SQL Functions

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