[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 3182 < SKIP 1485 > < TAKE 3 >
3 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 14261 | Subram, Meredith, S | 2138 | Rhodes | New South Wales | Australia |
| 14310 | Zeng, Jon, O | 2138 | Rhodes | New South Wales | Australia |
| 14323 | Tang, Colin | 2138 | Rhodes | New South Wales | Australia |
Generated 2025-11-06 00:55:51.458 UTC