insert 5 records into employee database table?
Answers
Answered by
2
Answer:



Inserting into a Table
The insert statement is used to insert or add a row of data into the table.
To insert records into a table, enter the key words insert into followed by the table name, followed by an open parenthesis, followed by a list of column names separated by commas, followed by a closing parenthesis, followed by the keyword values, followed by the list of values enclosed in parenthesis. The values that you enter will be held in the rows and they will match up with the column names that you specify. Strings should be enclosed in single quotes, and numbers should not.
Similar questions
Science,
4 months ago
English,
4 months ago
Science,
4 months ago
Math,
8 months ago
Social Sciences,
8 months ago