The Best Crossword Puzzle Maker Online
Powered by BrightSprout
Save Status:
or to save your progress. The page will not refresh.
Controls:
SPACEBAR SWITCHES TYPING DIRECTION
Edit a Copy:
Make Your Own:
Crossword Word Search Worksheet
Rate This Puzzle:
Log in or sign up to rate this puzzle.

MySQL Vocabulary - Chapter 8

Across
A function in MySQL that converts a numeric type to a String type, adds commas where needed, and rounds the decimal to the specified number of digits.
One of the functions in MySQL that can be used to explicitly change a datatype from one type to another.
The numeric datatype that holds any number.
Total number of digits in a given number on both sides of the decimal is called _____
Variable-length Strings are called _____
Technically a String data type that allows one value to be stored from a list of accepted values.
Down
Fixed-length Strings are called _____
MYSQL 8.0 and later uses what character set by default?
The numeric datatype that holds whole numbers only.
Total number of digits to the right of the decimal point in a given number is called _____
Technically a String data type that allows zero or more value to be stored from a list of accepted values.
One of the functions in MySQL that can be used to explicitly change a datatype from one type to another.
The group of datatypes that are designed to store letters, numbers, symbols, and/or special characters.