[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 0 SHUFFLE < SKIP 1787 > < TAKE 3 >
3 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 19622 | Yuan, Roger | 1597 | Lane Cove | New South Wales | Australia |
| 22664 | Yang, Dawn, A | 59000 | Lille | Nord | France |
| 18458 | She, Gregory | 3000 | Melbourne | Victoria | Australia |
Generated 2025-11-06 03:06:49.364 UTC