Which query should be used to retrieve following columns from the Friends table in that order:
date, friend_name, friend_age, address?
Select all that apply.
Explanation
SQL SELECT clause is used to specify which fields and in which order should be returned by the query. Fields in SELECT clause should be specified exactly in that order in which you want to get them returned.
Unless you want to extract all fields from the specified table (in which case * should be used) - you have to specify which fields RDBMS should return.

Следи за CodeGalaxy

Мобильное приложение Beta

Get it on Google Play
Обратная Связь
Продолжайте изучать
тесты по SQL
Cosmo
Зарегистрируйся сейчас
или Подпишись на будущие тесты