Question:Which of the following variable declarations is not correct?
A cust_id INTEGER; B meter_name VARCHAR(30); C net_amt FLOAT(2); D update_time timestamp;
+ AnswerC
+ Report