List of questions
Related questions
Question 351 - Certified Platform Developer II discussion
What should a developer use to query all Account fields for the Acme account in their sandbox?
A.
SELECT * FROM ACCOUNT WHERE Name = 'Acme' LIMIT 1
B.
SELECT ALL FROM Account WHERE Name = 'Acme' LIMIT 1
C.
SELECT FIELDS FROM Account WHERE Name = 'Acme' LIMIT 1
D.
SELECT FIELDS (ALL) FROM Account WHERE Name = 'Acme' LIMIT 1
Your answer:
0 comments
Sorted by
Leave a comment first