How many soql we can perform per transaction?
What are the considerations for skinny table?
How to use filter on name field if only partial string value is known?
What is sosl?
What are the three types of object relations in salesforce?
What are local and global ids with respect to lightning component?
Which fields are automatically indexed in salesforce ?
Which fields cannot be added as a custom index?
What are the tools included in lightning ?
What is best practice to refer dynamic custom messages in visualforce with multi-language support ?
Can you use group by clause inside inner query in soql? Like select id, name,(select count(id),name from contacts group by name having count(id) > 1 )
How can we fetch related contact records by querying on account object?
What is the use of access="global”?
What is the use of the static resource in salesforce?
Explain functionality of force.com query optimizer?