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-69cef13623011786075445/] Try to run a bad select statement: [crayon-69cef13623020479206298/] Here’s the baddie. This will delete all data in the Person table: [crayon-69cef13623025394260143/] [crayon-69cef13623028593257298/] To get
