SELECT * Example

Now we want to select all the columns from the "Persons" table.
We use the following SELECT statement:
Tip: The asterisk (*) is a quick way of selecting all columns!
The result-set will look like this:

Tags:

0 comments