[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 1747 > < TAKE 3 >
3 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 25137 | Raje, Nina, R | 4810 | Townsville | Queensland | Australia |
| 25819 | Morgan, Carlos | 4810 | Townsville | Queensland | Australia |
| 26141 | Zhu, Jorge | 4810 | Townsville | Queensland | Australia |
Generated 2025-10-30 22:29:27.894 UTC