[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 750 SHUFFLE < SKIP 290 > < TAKE 2 >
2 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 27132 | Gonzalez, Eduardo | CM11 | Billericay | England | United Kingdom |
| 17013 | Mitchell, Gabriella, L | 97301 | Salem | Oregon | United States |
Generated 2025-11-06 03:05:53.845 UTC