[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 2982 > < TAKE 4 >
4 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 27582 | Nath, Latoya, A | 4000 | Brisbane | Queensland | Australia |
| 17781 | She, Jake | 01071 | Dresden | Hessen | Germany |
| 25509 | Hayes, Lucas, A | 59368 | Werne | Nordrhein-Westfalen | Germany |
| 15977 | Harris, Julia, T | 98168 | Burien | Washington | United States |
Generated 2025-11-04 18:40:03.560 UTC