What should a developer use to query all Account fields for the Acme account in their sandbox?
SELECT FIELDS FAOM Account WHERE Name = ‘Acme’ LIMIT 1
SELECT FIELDS (ALL) FROM Account WHERE Name = ‘Acme’ LIMIT 1
SELECT ALL FROM Account WHERE Name = "Acme’ LIMIT 1
SELECT * FROM Recount WHERE Names = ‘Aeme’ LIMIT 1
Which three Visualforce components can be used to initiate Ajax behavior to perform partial page updates?
Choose 3 answers