[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 4568 > < TAKE 3 >
3 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 15125 | Martinez, Cory, A | 4700 | Rockhampton | Queensland | Australia |
| 15128 | Barnes, Angelica | 4700 | Rockhampton | Queensland | Australia |
| 15599 | Ma, Darryl, R | 4700 | Rockhampton | Queensland | Australia |
Generated 2025-11-04 23:31:58.237 UTC