A PHP Error was encountered

Severity: Warning

Message: fopen(/var/lib/php/sessions/ci_sessiono39n1g6fkaufb609sm7ib1jm5col34ao): failed to open stream: No space left on device

Filename: drivers/Session_files_driver.php

Line Number: 176

Backtrace:

File: /var/www/interviewmania.com/index.php
Line: 315
Function: require_once

A PHP Error was encountered

Severity: Warning

Message: session_start(): Failed to read session data: user (path: /var/lib/php/sessions)

Filename: Session/Session.php

Line Number: 143

Backtrace:

File: /var/www/interviewmania.com/index.php
Line: 315
Function: require_once

How many digits is the DECIMAL used for expressions containing

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.