[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 485 < SKIP 452 > < TAKE 3 >
3 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 20606 | Coleman, Jocelyn | 3280 | Warrnambool | Victoria | Australia |
| 20424 | Romero, Marie | 3280 | Warrnambool | Victoria | Australia |
| 21389 | Sun, Jamie | 3280 | Warrnambool | Victoria | Australia |
Generated 2025-11-06 04:32:11.249 UTC