are jokes funny if they need explaining?
Tuesday, June 24th, 2008
In this correspondent’s opinion, yes, but only somtimes. The joke here (that I laughed my ass off btw, which proves what a nerd I am …) is that by naming her son “Robert’); DROP TABLE Students;” the mother caused the school’s records to be lost, because the ‘) completes the Insert phrase (for example, INSERT INTO `Students` (`last_name`, `first_name`) VALUES (’Jones’, ‘Robert’) ), and the ; starts a new command, which is “DROP TABLE Students”, which deletes the table in the database named “Students”.
So, in summary, funny.
