Querying is the process of asking questions of data. Querying makes use of keys primary and foreign within tables.

Useful Links

In DE_Tools see:

SQL Commands and Examples

  • SELECT
  • LIMIT
  • ORDER
  • WHERE
  • NOT
  • LIKE
  • WITH
  • INSERT, UPDATE, or DELETE

You can have parameterised queries so that you can pass in variables to it:

Related terms: