SQL Statements

Most of the actions you need to perform on a database are done with SQL statements.

The following SQL statement will select all the records in the "Persons" table:

In this tutorial we will teach you all about the different SQL statements.
Keep in Mind That...
• SQL is not case sensitive
Tags:

0 comments