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

  1. text literal
  2. numeric literal ?
Answer
  1. A text literal can have maximum length of 4000 bytes in MySQL.
  2. A numeric literal can store a maximum of 53 digits of precision.