Home » Database » Introduction to SQL

To define what columns should be displayed in an SQL SELECT statement:

Correct Answer: use FROM to name the source table(s) and list the columns to be shown after SELECT.

← Previous Question Next Question→

Discussion & Comments

No comments yet. Be the first to comment!
Join Discussion