This printable crossword puzzle on the topic of Computer Science & Technology has 22 clues. Answers range from 3 to 17 letters long. This crossword is also available to download as a Microsoft Word document or a PDF.
return a single result row for every row of a queried table or
returns the number of rows returned by the query.
accept numeric input and return numeric values
returns smallest integer greater than or equal to n.
returns largest integer equal to or less than n.
returns the remainder of n2 divided by n1. Returns n2 if n1 is 0.
right of the decimal point. If you omit integer, then n is rounded to 0 places. The argument integer can be negative to off digits left of the decimal point.
returns char, with the first letter of each word in uppercase, all other letters in lowercase.
returns char, with all letters lowercase.
return a portion of char
enables you to trim leading or trailing characters (or both) from a character string
returns the decimal representation in the database character set of the first character of char.
functions return the length of char
functions search string for substring.
returns the date date plus integer months.
returns the current date in the session time zone, in a value in the Gregorian calendar of datatype DAT
returns the current date and time in the session time zone, in a value of datatype TIMESTAMP WITH TIME ZONE
returns the value of the database time zone. The return type is a time zone offset (a character type in the format or a time zone region name
returns the date of the last day of the month that contains date
returns the current date and time set for the operating system on which the database resides.
returns the system date, including fractional seconds and time zone, of the system on which the database resides.
returns the date of the first weekday named by char that is later than the date date