SQL Statements › INSERT › Example 1
Insert a row into table EMP.
INSERT INTO EMP VALUES('000315', 'JOHN', 'T', 'SMITH', 'A1', '1234', 870110, 32, 19, 'M', 550422, 16325)