Bright Tutorials
Home
Courses
Solutions
Videos
Q&A
Blogs
Downloads
Login
Enquiry
Home
Solutions
CBSE
Class 12
Computer Science
Simple Queries in SQL
Question 1
CBSE
Class 12
Computer Science
Question 25 of 78
Simple Queries in SQL — Question 1
Back to all questions
1
Question
Question 1
Maximum how many characters can be stored in a
text literal
numeric literal ?
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.
Previous
Question 17
Next
Question 2