[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 1683 > < TAKE 3 >
3 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 20085 | Moore, Jessica, J | V9 | Metchosin | British Columbia | Canada |
| 16940 | Zeng, Jenny, J | 33098 | Paderborn | Nordrhein-Westfalen | Germany |
| 26670 | Johnsen, Jerry | 3220 | Geelong | Victoria | Australia |
Generated 2025-11-05 19:58:11.274 UTC