English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

2006-12-13 01:26:14 · 3 answers · asked by The-SasuNaru-supporter~~~ 1 in Computers & Internet Programming & Design

3 answers

bit
TinyInt
SmallInt
MediumInt
Int
BigInt
Float
Double
Decimal
Date
DateTime
Time
TimeStamp
Char
Year
VarChar
Binary
VarBinary
Text
TinyText
MediumText
LongText
TinyBlob
Blob
MediumBlob
LongBlob
Emum
Set
Geometry
Point
LineString
Polygon
MultiPoint
Polygon
MultiPolygon
MultiLineString
GeometryCollection

etc:-

2006-12-13 01:42:04 · answer #1 · answered by Anonymous · 0 1

The answer of this question depends on the type of the DBMS you are talking about, most DBMS (Database Management Systems) allow integers, floating-point values (real numbers), strings, boolean values, currency, date/time, and many of the DBMSs allow more complicated objects such as pictures.

Have you ever heard of something called Spatial Database? It allows even more complicated Objects (instnces of Classes) to be used!!!!!

Enjoy ;)

2006-12-13 01:41:54 · answer #2 · answered by Ahmad Nasser 2 · 0 1

Anything can be stored in a database, text, numbers... and any data you like can be stuffed into a blob field.

The answer is essentially this: ANY data can be stored in a database.

2006-12-13 01:33:53 · answer #3 · answered by Anonymous · 1 0

fedest.com, questions and answers