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).

SQL Reference

SQL – ORDER BY Keywords

The ORDER BY keywords are used to sort the result set using a specified column in ascending order (A – Z) or descending (Z – A) order.

SQL Reference

SQL – PRIMARY KEY Keywords

The PRIMARY KEY keywords uniquely identifies each record in a table, which can have only one primary key consisting of a single field or multiple fields.

SQL Reference

SQL – RIGHT JOIN Keywords

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

SQL Reference

SQL – SET Keyword

The SET keyword is used with UPDATE to specify which columns and values should be updated in a table.

SQL Reference

SQL – TOP Keyword

The TOP keyword is used to specify the number of records to return (SQL Server).

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