CBSE Class 12 Informatics Practices
Question 11 of 103
Review of Database Concepts & SQL — Question 11
Back to all questions 11
Question A is true but R is false.
Explanation
FLOAT and DOUBLE are data types in SQL, used to store decimal numbers. FLOAT can store values with a precision of around 6-7 digits, while DOUBLE can store values with a precision of around 15-16 digits.