Insert Command

From rbachwiki
Revision as of 00:43, 17 October 2017 by Bacchas (talk | contribs)
Jump to navigation Jump to search

Insert

Adds new rows to a table, can include subquery to copy rows from an existing table

INSERT INTO accountmanager
VALUES ('T500', 'NICK', 'TAYLOR', '05-SEP-09', 4200, 3500, 'NE');