A visualforce page uses the Contact standard controller. How can a developer display the name from the parent account record on the page?
1.Use the {!contact.Account.Name} merge field syntax.
2.Use the {!contact.Account.Name} merge field syntax.
3.Use additional Apex logic within the controller to query for the name field
4.Use an additional standard controller for Accounts