54.
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 
);