Q83
Single choice
A developer has the following query: Contact c = [SELECT id, firstname, lastname, email FROM Contact WHERE lastname = 'Smith'];
What does the query return if there is no Contact with the last name 'Smith'?