InterviewSolution
Saved Bookmarks
| 1. |
What is the default size of a text data type |
|
Answer» size is 2,048 bytes. STORES single-byte or multibyte TEXT strings of fixed length (up to 32,767 bytes); supports LOCALIZED collation of text data. Stores single-byte or multibyte text strings of varying length (up to 255 bytes); supports localized collation of text data. |
|