[ROOT] dt DimCustomer SELECT Name, PostalCode, City, StateOrProvince, Country ORDER BY City DESC > TITLE Customer with addresses. Shows use of EntityMethodKey through methods like TryGetCity SKIP 1343 < SKIP 1468 > < TAKE 6 >
6 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 20189 | Hall, Grace, A | V0 | Sooke | British Columbia | Canada |
| 20508 | Robinson, Logan | V0 | Sooke | British Columbia | Canada |
| 20468 | Richardson, Olivia | V0 | Sooke | British Columbia | Canada |
| 20479 | Jackson, Andrew | V0 | Sooke | British Columbia | Canada |
| 20656 | Perry, Marcus, L | V0 | Sooke | British Columbia | Canada |
| 21308 | Garcia, Kayla, L | V0 | Sooke | British Columbia | Canada |
Generated 2025-11-04 19:05:26.924 UTC