DEV Community

Astrid
Astrid

Posted on • Originally published at developerastrid.com

How to use SQL SELECT to retrieve one or more columns of data

This article describes how to use SQL’s SELECT statement to retrieve a single table column, multiple table columns, and all table columns. It also describes how to return different values and how to comment the code.

Link to the original article:https://www.developerastrid.com/en/sql/sql-select/

Top comments (0)