sing your knowledge of the employees table, what would be the result of the following statement:

DELETE FROM employees;

a. Nothing, no data will be changed.
b. All rows in the employees table will be deleted if there are no constraints on the table.
c. The first row in the employees table will be deleted.
d. Deletes employee number 100.