Which datatype is used for email in mysql?
Answer Posted / Janpriya Gaur
In MySQL, the VARCHAR data type can be used to store emails. A common length for this would be 255 characters (VARCHAR(255)).
Post New Answer View All Answers
What is the current mysql version?
1088
What is current version of mysql?
1067
How to Change a users password from unix shell.
1212
Which statement is used in a select query for partial matching?
1239