0 / 60 seg.

If a database table of users contains the following rows, and id is the primary key, which statement would return only an object whose last_name is "Cordero"?

-------------------------------
| id | first_name | last_name |
|----|------------|-----------|
| 1  | Alice      | Anderson  |
| 2  | Bob        | Buckner   |
| 3  | Carrie     | Cordero   |
| 4  | Devon      | Dupre     |
| 5  | Carrie     | Eastman   |
-------------------------------