Discussion Forum

Which of the following statements creates a new table temp instructor that has the same schema as instructor.

Create table temp_instructor,

Create table temp_instructor like instructor,

Create Table as temp_instructor,

Create table like temp_instructor,

Answer: B . Create table temp_instructor like instructor;
0Shares
0 0

If you think the posted answer is wrong or Confused About the Answer? Ask for Details Here

Know Explanation? Add it Here
we’ll review your comment and contact you soon….

Leave a Reply

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

error: You are not allowed to do so.....
0Shares
0
Scroll to Top