What Does The Following Statement Dobr Create Table Tempinst #81
What does the following statement do?<br /> create table temp_inst like institute
This multiple choice question (MCQ) is related to the book/course gs gs114 Relational Database Management System. It can also be found in gs gs114 Intermediate and Advanced SQL - Sql Data Types and Schemas - Quiz No.1.
What does the following statement do?
create table temp_inst like institute
create table temp_inst like institute
It creates a new relation temp_inst with all the tuples and attributes of the institute relation
It creates a new relation temp_inst with the same schema as that of the institute relation
It creates a new relation named temp_inst with institute as its only attribute
It does not create any relations and returns an error