define the following data types:-char
Answers
Answered by
3
Answer:
Character data types are strings of characters. Upper and lower case alphabetic characters are accepted literally. There is one fixed-length character data type: char, and two variable-length character data types: varchar and long varchar. ... Char strings are padded with blanks to the declared length...
Similar questions