InterviewSolution
Saved Bookmarks
| 1. |
Say True or False. Give explanation if False.INSERT statement does not allow copying rows from one table to another. |
|
Answer» False. INSERT statement allows to add rows to a table copying rows from an existing table. |
|