MCQOPTIONS
Saved Bookmarks
| 1. |
The one that is not optional is _____________.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 | |