IDE extension that lets you fix coding issues before they exist!
Setup is effortless and analysis is automatic for most languages
Fast, accurate analysis; enterprise scalability
DELETE FROM dbtab without a WHERE condition deletes all the entries of the table. Check whether dataset to be deleted can be limited by a suitable WHERE condition.
DELETE FROM dbtab
WHERE
DELETE FROM COUNTRIES.