Oracle
INSERT Statement Syntax
Figo Kim
2006. 9. 1. 23:40
INSERT INTO table[(column[,column...])]
VALUES (value [,value...]);
- With this syntax, only one row is inserted at a time.