[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 3867 < SKIP 749 > < TAKE 3 >
3 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 22937 | Baker, Jose, A | 4700 | Rockhampton | Queensland | Australia |
| 24173 | Wang, Lacey | 4700 | Rockhampton | Queensland | Australia |
| 24175 | Luo, Lacey | 4700 | Rockhampton | Queensland | Australia |
Generated 2025-11-05 15:21:12.607 UTC