Home » MYSQL » Mysql Setup » Question
  1. How many digits is the DECIMAL used for expressions containing only exact values with fractional part?
    1. 65
    2. 16
    3. 32
    4. 64
    5. None of these
Correct Option: A

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.