You can buy this project and download/modify it how often you want.
CREATE TABLE USER ( ID VARCHAR(100), NAME VARCHAR(50), AGE INT ); SHOW TABLES ;