Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

mySQL table creation help

Status
Not open for further replies.

xWastedMindx

Technical User
Sep 3, 2002
67
US
What are the different data types for mySQL databases?

example, I'm making a database of my DVD collection. The database is named DVDLIST and the table is Kenny (my name).
The table will hold columns for DVD Name, length, who borrowed it last etc.

I just need to figure out which data types to associate with these, but knowing the data types would help me out the most.
Thanks in advance.
 
Tinyint
smallint
mediumint
int
float
double
decimal
date
datetime
timestamp
time
year
char
varchar
tiniyblob
tinytext
blob
mediumblob
mediumtext
longblob
longtext
enum
set

I suggest that you read these pages




Bye


Qatqat The reason why my girlfriend can read my thoughts is because mine are properly written! (G.Lepore)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top