Which of the following is true of the "DROP TABLE" statement in SQL?
a. Deletes the table structure only
b. Deletes the table structure along with the table data
c. Works whether or not referential integrity constraints would be violated
d. It's not a SQL statement