[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 562 < SKIP 323 > < TAKE 3 >
3 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 11097 | Nara, Edwin, R | 3280 | Warrnambool | Victoria | Australia |
| 11106 | Liu, Jessie | 3280 | Warrnambool | Victoria | Australia |
| 11124 | Jordan, Ross, F | 3280 | Warrnambool | Victoria | Australia |
Generated 2025-11-06 00:23:50.809 UTC