InterviewSolution
Saved Bookmarks
| 1. |
Email id is which kind of data type according to m.s. access |
|
Answer» VARCHAR is the best data type to be used for email addresses as Emails VARY a LOT by length. NVARCHAR is also an alternative but I would recommend it to use only if the email ADDRESS contains extended chars and keep in mind that it requires DOUBLE amount of storage SPACE as compared to VARCHAR |
|