[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 1929 > < TAKE 3 >
3 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 25845 | Campbell, Timothy | V7L 4J4 | N. Vancouver | British Columbia | Canada |
| 11600 | Rubio, Linda, D | 92310 | Sèvres | Hauts de Seine | France |
| 15566 | Foster, Aaron | V2M1P1 | Newton | British Columbia | Canada |
Generated 2025-11-03 07:55:37.919 UTC