Skinny Tables Flashcards

1
Q

What is a skinny table?

A

A custom table that uses a subset of fields.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

How is a skinny table created?

A

By contacting Salesforce support

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

True/False:

A skinny table can be created on the following Object:
Account
Contact
Lead
Opportunity
Case
A

True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

True/False:

A skinny table can be created on any custom Object?

A

True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

True/False:

A skinny table can contain a checkbox and a date field?

A

true

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

True/False:

A skinny table can contain a datetime field?

A

true

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

True/False:

A skinny table can contain email, number, percent, and phone fields?

A

true

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

True/False:

A skinny table can contain a URL field?

A

true

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What text type fields can be added to a skinny table?

A

Text
Text Area
Text Area (long)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

True/False:

Skinny tables can contain encrypted data?

A

true

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

True/False:

Skinny indexes can contain encrypted data?

A

true

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What is the maximum number of columns allowed on a skinny table?

A

100

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

True/False:

Skinny Tables can contain fields on other objects?

A

false

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

True/False:

Skinny tables are copied to Full sandboxes?

A

true

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

True/False:

Skinny tables are copied to developer/dev pro sandboxes?

A

false

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

True/False:

Skinny tables are copied to partial copy sandboxes?

A

false

17
Q

What advantage, in terms of the number of rows, does a skinny table provide?

A

Skinny tables may return more rows per DB fetch, increasing throughput when reading from a large table

18
Q

T/F: Skinny Tables include soft-deleted rows.

A

false

19
Q

T/F: Skinny tables include custom indexes from the base table.

A

true

20
Q

Under what condition is a skinny table most useful?

A

When the base object contains millions of rows.

21
Q

In what modalities does skinny table offer a benefit?

A

In SOQL, Reports and List Views.

22
Q

If Skinny tables are implemented and used for a report, and the report must be modified to include a new field, what must happen?

A

Contact SF support to have the field added to the table

23
Q

T/F: altering the data type on a base table invalidates the skinny table.

A

True

24
Q

What advantage, in terms of its structure, does a skinny table provide?

A

A skinny table does not need to join to retrieve standard and custom fields in the underlying metadata architecture.

25
Q

T/F: A skinny table can contain a CLOB

A

False

26
Q

T/F: A skinny table can contain a lookup field

A

False