Page 1 of 1

What does the following statement do?

Posted: Thu Jul 14, 2022 8:53 am
by answerhappygod
create table temp_inst like institute
a) It creates a new relation temp_inst with all the tuples and attributes of the institute relation
b) It creates a new relation temp_inst with the same schema as that of the institute relation
c) It creates a new relation named temp_inst with institute as its only attribute
d) It does not create any relations and returns an error