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-6a3c3f6e6836f635430976/] Try to run a bad select statement: [crayon-6a3c3f6e6837f777175859/] Here’s the baddie. This will delete all data in the Person table: [crayon-6a3c3f6e68383134711530/] [crayon-6a3c3f6e68387270791232/] To get
