define data type varchar and boolean
Answers
Answered by
1
A varchar or Variable Character Field is a set of character data of indeterminate length. The term varcharrefers to a data type of a field (or column) in a database management system which can hold letters and numbers.
Boolean :- a binary variable that can have one of two possible values, 0 (false) or 1 (true)
Boolean :- a binary variable that can have one of two possible values, 0 (false) or 1 (true)
Similar questions