MCQOPTIONS
Saved Bookmarks
| 1. |
create view studentdetselect ID, address, namefrom student; What is the result of the above query? |
| A. | It creates a view named studentdet with 3 attributes |
| B. | It creates a view named studentdet with 1 attribute |
| C. | It creates a view named ID with 2 attributes |
| D. | It is syntactically wrong and does not give a resultView Answer |
| Answer» E. | |