+2 votes
in Class 12 by kratos

(i) Name the Data type that should be used to store AccountCodes like "A1001" of Customers.

(ii) Name two Data types that require data to be enclosed in quotes.

1 Answer

+5 votes
by kratos
 
Best answer

(i) VARCHAR

(ii) CHAR, DATE

...