CBSE Class 11 Informatics Practices
Question 7 of 87
Structured Query Language (SQL) — Question 7
Back to all questionsA 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.