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.

Follow CodeGalaxy

Mobile Beta

Get it on Google Play
Send Feedback
Keep exploring
SQL quizzes
Cosmo
Sign Up Now
or Subscribe for future quizzes