Which Of The Following Statements Creates A New Table Temp #361
Which of the following statements creates a new table temp instructor that has the same schema as an instructor.
This multiple choice question (MCQ) is related to the book/course gs gs117 Database Management System. It can also be found in gs gs117 SQL: Queries, Constraints and Triggers - SQL Data Types and Schemas - Quiz No.1.
Which of the following statements creates a new table temp instructor that has the same schema as an instructor.
create table temp_instructor;
Create table temp_instructor like instructor;
Create Table as temp_instructor;
Create table like temp_instructor;
Similar question(s) are as followings:
Online Quizzes of gs117 Database Management System
Indexing and Hashing - Bitmap Indices - Quiz No.1
gs gs117 Database Management System
Online Quizzes