SQL

Start Here Glossary WHERE INSERT (Create) SELECT (Read) UPDATE DELETE Join Tables Sub Query Limit Records SQL Injection SSMS Meta Data Sum TABLE Apostrophe Date Identity
O O

Weather Controls

Time Of Day
Rain
Wind Speed
Wind Direction
Clouds

SQL : DELETE

2018-03-03

IMPORTANT If you forget the WHERE clause, you will delete all records in the table. What a nightmare.

DELETE FROM z_robsTestTable 
WHERE primaryID = 5