[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 2639 > < TAKE 3 >
3 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 14961 | Yang, Jaclyn | 80074 | München | Nordrhein-Westfalen | Germany |
| 21562 | Jai, Drew, M | 2010 | Darlinghurst | New South Wales | Australia |
| 25693 | Subram, Brandy | 59170 | Croix | Nord | France |
Generated 2025-11-06 03:07:20.742 UTC