Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

SELECT - this is the basic command used to select data from the database. This command is usually used with the FROM command, which specifies which table to fetch data from. It is also possible to select from several tables - this will be described in the section JOIN. The default SELECT query looks like this:

...