what is provided by insert
Answers
Answered by
2
The Insert statement INSERTS rows into a table or view or activates the INSTEAD of INSERT trigger.... The inserts via VALUES form is used to INSERT a single row into the table or view using the values PROVIDED or referenced
Similar questions