[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 3581 > < TAKE 3 >
3 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 11869 | Adams, Kaitlyn, A | V3L 1H4 | Westminster | British Columbia | Canada |
| 13263 | Anand, Kate, K | 59223 | Roncq | Nord | France |
| 27499 | Kumar, Barbara, N | 2138 | Rhodes | New South Wales | Australia |
Generated 2025-11-02 15:46:18.434 UTC