Select from following answers:- CREATE TABLE
- SELECT . . . INTO

- Drop Table
- All Above
using this SELECT . . . INTO statement you will output from a select query to form the basis of creating a new table.
DROP TABLE statement to drop an existing table.
Show Correct Answer
Asked In: measureup.com |
Alert Moderator