Home »
MCQs »
SQL MCQs »
SQL Table MCQs
SELECT INTO statement -
15. SELECT INTO statement -
- Select the content from a table.
- Rename the content in a table.
- Copy the content from one table into another existing table.
- None of the above
Answer: C) Copy the content from one table into another existing table
Explanation:
SELECT INTO statement copy the content from one table into another existing table.