MCQOPTIONS
Saved Bookmarks
| 1. |
What does the following statement do?create table temp_inst like institute |
| A. | tIt creates a new relation temp_inst with all the tuples and attributes of the institute relation |
| B. | tIt creates a new relation temp_inst with the same schema as that of the institute relation |
| C. | tIt creates a new relation named temp_inst with institute as its only attribute |
| D. | tIt does not create any relations and returns an error |
| Answer» C. tIt creates a new relation named temp_inst with institute as its only attribute | |