[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 376 < SKIP 591 > < TAKE 3 >
3 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 26760 | Butler, Katherine, F | 3280 | Warrnambool | Victoria | Australia |
| 27359 | Davis, Morgan, J | 3280 | Warrnambool | Victoria | Australia |
| 27473 | Lal, Gabriel | 3280 | Warrnambool | Victoria | Australia |
Generated 2025-11-06 02:01:52.608 UTC