Discussion Forum : Data Types
Question - Which of the following statements creates a new table temp instructor that has the same schema as instructor.
Options:
A .  create table temp_instructor;
B .  Create table temp_instructor like instructor;
C .  Create Table as temp_instructor;
D .  Create table like temp_instructor;
Answer: Option B


Create table temp_instructor like instructor;



Was this answer helpful ?
Next Question
Submit Your Solution hear:

Your email address will not be published. Required fields are marked *