What are two characteristics related to formulas?
Choose 2 answers
An org has a single account named 'NoContacts' that has no related contacts. Given the query:
List<Account> accounts = [Select ID, (Select ID, Name from Contacts) from Account where Name='NoContacts']; What is the result of running this Apex?
A custom Visualforce controller calls the ApexPages.addMessage() method, but no messages are rendering on the page.
Which component should be added to the Visualforce page to display the message?
What can be used to override the Account's standard Edit button for Lightning Experience?