SELECT in SQL

Select – performs a selection (extraction of individual rows) and/or a projection (extraction of individual columns) of the data and returns the result set.

Simple option:

Continue reading SELECT in SQL