https://quizack.com/salesforce-development/mcq/which-of-the-following-soql-statements-is-used-for-retrieving-the-fields-firstname-lastname-and-department-from-the-employee-table-such-that-the-firstname-is-either-jack-or-mary
Answer:
Select FirstName. LastName, Department from Employee where FirstName in ('Jack', 'Mary‘)
Note: This Question is unanswered, help us to find answer for this one
More Salesforce-Development MCQ Questions