Home » MYSQL » Data Types » Question
  1. The DECIMAL used for expressions containing only exact values with fractional part is of digit precision _________.
    1. 16
    2. 65
    3. 64
    4. 32
    5. None of these
Correct Option: B

In MySQL, for the expressions containing only exact values and where one or more values have a fractional part, the DECIMAL arithmetic is used with digits of precision equal to 65.



Your comments will be displayed only after manual approval.