[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 1894 > < TAKE 3 >
3 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 24056 | Lin, Tamara, M | 92150 | Suresnes | Hauts de Seine | France |
| 12461 | Suri, Ruth, A | 20354 | Hamburg | Hamburg | Germany |
| 18091 | Bell, Chase | V9 | Metchosin | British Columbia | Canada |
Generated 2025-11-04 18:40:32.727 UTC