SQL statements of adding data

 SQL statements of adding data;

INSERT INTO table_name 

VALUES (value1, value2);





Post a Comment

0 Comments