MySQL supports a number of column types, which may be grouped into three categories: numeric types, date and time types, and string (character) types. This section first gives an overview of the types available. TINYINT Use for : A very small integer The signed range is –128 to 127. The unsigned range is 0 to...