[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 2762 > < TAKE 2 >
2 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 15849 | Kelly, Destiny, C | 99202 | Spokane | Washington | United States |
| 11623 | Perry, Angela | 94536 | Fremont | California | United States |
Generated 2025-11-02 09:41:16.659 UTC