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