Match the following:

Column ‘A Column ‘B’
(1) CHAR (A) It is used for storing
 integer values
(2) VARCHAR (B) It can represent numbers 
(3) DECIMAL (C) Holds a variable-length
 string
(4) INT (D)Holds a fixed-length string
7 views

1 Answers

Column ‘A Column ‘B’
(1) CHAR (D) Holds a fixed-length string 
(2) VARCHAR (C) Holds a variable-length string 
(3) DECIMAL (B) It can represent numbers 
(4) INT (A) It is used for storing integer values

7 views