MCQOPTIONS
Saved Bookmarks
| 1. |
What will be the output of a query given below?SELECT *FROM Employee; |
| A. | Show all columns of table Employee |
| B. | Show all rows and columns of table Employee |
| C. | Show all rows of table Employee |
| D. | All of above |
| E. | None of these |
| Answer» C. Show all rows of table Employee | |