[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 1817 > < TAKE 3 >
3 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 19111 | Kelly, Mariah, L | 90505 | Torrance | California | United States |
| 19153 | Griffin, Dylan | 90505 | Torrance | California | United States |
| 19882 | Phillips, Richard, L | 90505 | Torrance | California | United States |
Generated 2025-10-30 23:05:36.800 UTC