_______________ are padded with space characters to match the specified length.

Options
- VARCHAR
- VARCHAR2
- CHAR
- CHAR2


CORRECT ANSWER : CHAR

Discussion Board
CHAR

CHAR are padded with space characters to match the specified length. CHAR is used to store fixed length character strings. If we have char name[10] and store “abcde”, then 5 bytes will be filled with null values.

Prajakta Pandit 02-9-2017 05:07 AM

interview question

please send interview question

prashant 10-21-2013 04:47 AM

Write your comments


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)


Advertisement