I'm new to MySQL and I want to create a table in with firstna开发者_高级运维me, lastname and birthdate fields.
What is the appropriate data type for these three fields?
Thanks.
first name : varchar(50)
Last name : varchar(50)
birthdate : date
These are the datatype you need
精彩评论