previous
|
start
|
next
SQL Command to Add Data to a Database
Use the
INSERT INTO
command to insert rows into the table
Issue one command for each row, such as
INSERT INTO Product VALUES ('257-535', 'Hair dryer', 29.95)
previous
|
start
|
next