create table table1 ( first_name char(30), last_name char(30), contact_no int, email_id varchar(20) ); select * from table1;
Post a Comment
No comments:
Post a Comment