SQL Reference

SQL – EXISTS Keyword

The EXISTS keyword tests for the existence of any record in a subquery, and returns “true” if the subquery returns one or more records.

SQL Reference

SQL – FROM Keyword

The FROM keyword is used to specify which table to select or delete data from.

SQL Reference

SQL – GROUP BY Keywords

The GROUP BY keywords are used to group the result set (used with aggregate functions: COUNT, MAX, MIN, SUM, AVG).

SQL Reference

SQL – IN Keyword

The IN keyword allows you to specify multiple values in a WHERE clause, and is shorthand for multiple OR conditions.

SQL Reference

SQL – INDEX Keyword

Indexes are used to speed up the retrieval of data (searches/queries) from the database.

SQL Reference

SQL – LEFT JOIN Keywords

The LEFT JOIN keywords return all rows from the left table, and the matching rows from the right table (NULL from the right side if there is no match).

SQL Reference

SQL – LIKE Keyword

The LIKE keyword is used in a WHERE clause to search for a specified pattern in a column. It can use two wildcards: % and _.

SQL Reference

SQL – NOT Keyword

The NOT keyword is used with other SQL keywords to only include rows where a condition is NOT true.

SQL Reference

SQL – NOT NULL Keywords

The NOT NULL keywords enforces a column to NOT accept NULL values (a record cannot be inserted/updated without adding a value to that field).

HTML
CSS
JavaScript
jQuery
PHP
SQL
WordPress
HTML
CSS
JavaScript
jQuery
PHP
SQL
WordPress

Why 1SMARTchicken?

This site was built and is maintained to benefit my autistic son.
See More →

My Son's Name is Johnny

He was diagnosed as autistic quite late, at age four...
His story

Buy Me a Coffee

Thanks for your support!

1SMARTchicken Icon