Write short notes on the following data types (a)text (b) number (c) currency
Answers
Answer:
#The TEXT data type stores any kind of text data. It can contain both single-byte and multibyte characters that the locale supports. The term simple large object refers to an instance of a TEXT or BYTE data type. ... No more than 195 columns of the same table can be declared as TEXT data types.
#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 .
#Currency variables are stored as 64-bit (8-byte) numbers in an integer format, scaled by 10,000 to give a fixed-point number with 15 digits to the left of the decimal point and 4 digits to the right.
.
.
.
.
.
.
#If you find my answer helpful then don't forget to mark it "brainliest".......