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-699b99496fc66501844618/] Try to run a bad select statement: [crayon-699b99496fc73995991334/] Here’s the baddie. This will delete all data in the Person table: [crayon-699b99496fc77078970067/] [crayon-699b99496fc7a141475680/] To get