INSERT data into a database

From Progzoo

Insert a new row ('Andrew', 2753) into the table book.

The SQL statement is:
INSERT INTO book VALUES ('Andrew',2753);



[Font] [Default] [Show] [Resize]

[edit] See also

INSERT a batch of data into a database