A
Q. Find out the logical error in the following MySQL code snippet?
CREATE TABLE person
( person_id VARCHAR(20),
Name VARCHAR (20),
Address VARCHAR (20),
Mobile_no SMALLINT
);
- Correct Answer - Option(C)
- Views: 31
- Filed under category MySQL
- Hashtags:
Discusssion
Login to discuss.