[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 2953 > < TAKE 2 >
2 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 14592 | Thompson, Jessica | 99362 | Walla Walla | Washington | United States |
| 27672 | Brown, Justin, W | V8P | Oak Bay | British Columbia | Canada |
Generated 2025-11-04 22:48:13.793 UTC