An SQL SELECT Example

The "Persons" table:
Now we want to select the content of the columns named "LastName" and "FirstName" from the table above.
We use the following SELECT statement:
The result-set will look like this:

Tags:

0 comments