MCQOPTIONS
Saved Bookmarks
| 1. |
Which of the following syntax of the basic query is correct? |
| A. | select <relation> from <attribute> |
| B. | select <attribute> from <elation> |
| C. | select <tuple> from <relation> |
| D. | select <tuple> from <attribute> |
| Answer» C. select <tuple> from <relation> | |