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 |-------------------------------

🎲 Try a Random Question  |  Total Questions in Quiz: 57  |  🧠 Study this quiz with Flashcards
This question is part of a full practice quiz:
Ruby on Rails Quiz — practice the complete quiz, review flashcards, or try a random question.

Ruby on Rails MCQs For LinkedIn Skill Assessments.


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'?<br><br>-------------------------------<br>| id | first_name | last_name |<br>|----|------------|-----------|<br>| 1 | Alice | Anderson |<br>| 2 | Bob | Buckner |<br>| 3 | Carrie | Cordero |<br>| 4 | Devon | Dupre |<br>| 5 | Carrie | Eastman |<br>-------------------------------<br>