Which of the following statements creates a new table temp instructor that has the same schema as an instructor.
Posted: Thu Jul 14, 2022 8:47 am
a) create table temp_instructor;
b) Create table temp_instructor like instructor;
c) Create Table as temp_instructor;
d) Create table like temp_instructor;
b) Create table temp_instructor like instructor;
c) Create Table as temp_instructor;
d) Create table like temp_instructor;