[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 0 SHUFFLE < SKIP 4015 > < TAKE 3 >
3 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 25972 | Henderson, Jocelyn | 97068 | W. Linn | Oregon | United States |
| 19024 | Russell, Dalton | 98027 | Issaquah | Washington | United States |
| 12892 | Peterson, Brian | V8X | Royal Oak | British Columbia | Canada |
Generated 2025-10-28 04:42:40.784 UTC