Question
Easy
In SQL decimal data type, ........... indicates the maximum number of digits to the right of decimal point.
1
Fraction
2
Float
3
Precision
4
Scale
Question Details
Time to Solve: 12
Exam: HTET
Level/Paper: Level 3
Chapter:
Topic:
Correct Answer
Option D
Explanation
The correct option is (4): Scale is the specific parameter in the SQL DECIMAL or NUMERIC data type definition that determines the maximum number of digits that can be stored to the right of the decimal point. When you define a column as DECIMAL(P, S), 'P' stands for Precision and 'S' stands for Scale. The Scale value dictates the fractional part of the number. For instance, a column defined as…Read More
Similar Questions from HTET Exam - Level 3 - Year 2016
Question 1
Easy
Source :
HTET 2016
........... is used to combine data and its associated functions under a single unit.
Question 2
Easy
Source :
HTET 2016
........... command provides a window through which one can see the data of another table.
Question 3
Easy
Source :
HTET 2016
An application system analyst is concerned about all of the database at the ........... level.
Question 4
Easy
Source :
HTET 2016
........... Sorting compares two adjoining values and exchange them if they are not in proper order.