CAUTION: This SQL will DELETE all rows in your table
I came across this gem the other day. Fortunately, I ran it locally first. There are two tables. Person and AlienPerson. Lets create the tables and seed with some data. [crayon-692b0ac6e122f755592905/] Try to run a bad select statement: [crayon-692b0ac6e1239549021893/] Here’s the baddie. This will delete all data in the Person table: [crayon-692b0ac6e123b226311120/] [crayon-692b0ac6e123c438788879/] To get
