[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 1993 > < TAKE 3 >
3 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 27944 | Bell, Dalton | 34117 | Kassel | Hessen | Germany |
| 26202 | Simmons, Haley, T | V7L 4J4 | N. Vancouver | British Columbia | Canada |
| 23651 | Alvarez, Marvin | 3000 | Melbourne | Victoria | Australia |
Generated 2025-11-05 22:50:55.948 UTC