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
What does the following statement do?
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
What does the following statement do?
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!