Computer Science
Maximum how many characters can be stored in a
- text literal
- numeric literal ?
SQL Queries
3 Likes
Answer
- A text literal can have maximum length of 4000 bytes in MySQL.
- A numeric literal can store a maximum of 53 digits of precision.
Answered By
2 Likes