MCQOPTIONS
Saved Bookmarks
| 1. |
Which of these is not optional?SELECT select_list FROM table_list WHERE row_constraint GROUP BY grouping_columns; |
| A. | table_list |
| B. | grouping_columns |
| C. | select_list |
| D. | row_constraint |
| E. | None of these |
| Answer» D. row_constraint | |