Multiple choice technology databases the data type "tinyint" allows whole numbers from 0 to 198 True False Reveal answer Fill a bubble to check yourself B Correct answer Explanation TINYINT data type in MySQL allows values from -128 to 127 (signed) or 0 to 255 (unsigned), not up to 198. The statement claiming 0-198 is false.