[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 3168 > < TAKE 2 >
2 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 18610 | Rivera, Bailey | 94519 | Concord | California | United States |
| 21880 | Gomez, Marc, J | 3977 | Cranbourne | Victoria | Australia |
Generated 2025-11-04 21:55:31.340 UTC