Computer Science, asked by Rishirajkapoor9106, 9 months ago

What is a Number data types ?

Answers

Answered by Anonymous
22

Answer:

<svg width="350" height="350" viewBox="0 0 100 100">\ \textless \ br /\ \textgreater \ \ \textless \ br /\ \textgreater \ <path fill="red" d="M92.71,7.27L92.71,7.27c-9.71-9.69-25.46-9.69-35.18,0L50,14.79l-7.54-7.52C32.75-2.42,17-2.42,7.29,7.27v0 c-9.71,9.69-9.71,25.41,0,35.1L50,85l42.71-42.63C102.43,32.68,102.43,16.96,92.71,7.27z"></path>\ \textless \ br /\ \textgreater \ \ \textless \ br /\ \textgreater \ <animateTransform \ \textless \ br /\ \textgreater \ attributeName="transform" \ \textless \ br /\ \textgreater \ type="scale" \ \textless \ br /\ \textgreater \ values="1; 1.5; 1.25; 1.5; 1.5; 1;" \ \textless \ br /\ \textgreater \ dur="2s" \ \textless \ br /\ \textgreater \ repeatCount="40"> \ \textless \ br /\ \textgreater \ </animateTransform>\ \textless \ br /\ \textgreater \ \ \textless \ br /\ \textgreater \ </svg>

Numeric data types are numbers stored in database columns. These data types are typically grouped by: Exact numeric types, values where the precision and scale need to be preserved. The exact numeric types are INTEGER , BIGINT , DECIMAL , NUMERIC , NUMBER , and MONEY .

Answered by brokendreams
2

Number data types

  • Numeric data types are integers saved in database columns. These data types are typically classified by Exact numeric types, Approximate numeric types.
  • The exact numeric types imply INTEGER, BIGINT, DECIMAL, NUMERIC, NUMBER, and MONEY.
  • The approximate numeric types denote DOUBLE PRECISION, FLOAT, and REAL.
  • If data is transformed into different data types with lower precision, then backward to the higher-precision pattern, the data can mislay precision.
  • DOUBLE, FLOAT, DOUBLE PRECISION, and REAL columns are presented as FLOAT but saved as DOUBLE. This is a recognized concern in Snowflake.

Learn more on Number data types :

https://brainly.in/question/2836003

Define the auto number data type?

https://brainly.in/question/13328129

Auto number data type is not a unique sequential number

is it true or false​

Similar questions