[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 3103 > < TAKE 3 >
3 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 20006 | Morris, Grace, A | 97071 | Woodburn | Oregon | United States |
| 13302 | Torres, Cole, A | 94611 | Oakland | California | United States |
| 16545 | Pal, Alicia | 75013 | Paris | Seine (Paris) | France |
Generated 2025-10-27 19:35:09.518 UTC