Consider the following table called EMPLOYEES: ID FIRSTNAME LASTNAME JOB LEVEL<br /> <img src="https://nimg.ppkao.com/2018-08/zhangxu/2018080214180485363.jpg?sign=b223d842a6576cca58a43d8a9acbd181&t=62d43e9f" />CLERK 3<br /> If the following SQL statement is executed, how many rows will be deleted? DELETE FROM employees WHERE 1 = 1()
A、0
B、1
C、3
D、6