Explain skinny table. What are the considerations for skinny table?
Answer / Ruchi Tiwari
A skinny table is a database design pattern where the rows have very few columns, and each column represents a separate entity or concept. In Salesforce context, considerations for using a skinny table include minimizing the number of fields in a single object, reducing the size of records, improving query performance, and simplifying data relationships. However, it may lead to more joins and complex queries due to the distribution of data across multiple tables.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is a Public Group?
What is a bucket field in reports? : salesforce admin
Does salesforce count calls to system.debug() against the code coverage?
Explain communities and sites in salesforce?
What is whoid and whatid in activities? : salesforce crm
Can we use lightning component into vf page? If yes how? : salesforce lightning component
Can we create master detail relationship on existing records? : salesforce admin
What is process builder? : salesforce process builder
What are the most important points to be considered while bulkifying a trigger ?
What are the controllers?
How many ways can we share a record?
what is the difference between profiles and roles?