INST 327 Lecture Notes - Lecture 10: Mysql, Double-Precision Floating-Point Format, Binary Large Object

93 views3 pages

Document Summary

Mysql uses all the standard ansi sql numeric data types, so if you"re coming to mysql from a different database system, these definitions will look familiar to you. The following list shows the common numeric data types and their descriptions . Int a normal-sized integer that can be signed or unsigned. If signed, the allowable range is from -2147483648 to 2147483647. If unsigned, the allowable range is from 0 to: you can specify a width of up to 11 digits. Tinyint a very small integer that can be signed or unsigned. If signed, the allowable range is from -128 to 127. If unsigned, the allowable range is from 0 to 255. You can specify a width of up to 4 digits. Smallint a small integer that can be signed or unsigned. If signed, the allowable range is from -32768 to 32767. If unsigned, the allowable range is from 0 to 65535.

Get access

Grade+20% off
$8 USD/m$10 USD/m
Billed $96 USD annually
Grade+
Homework Help
Study Guides
Textbook Solutions
Class Notes
Textbook Notes
Booster Class
40 Verified Answers
Class+
$8 USD/m
Billed $96 USD annually
Class+
Homework Help
Study Guides
Textbook Solutions
Class Notes
Textbook Notes
Booster Class
30 Verified Answers

Related Documents