[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 2965 > < TAKE 3 >
3 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 21721 | Campbell, Sara | 98055 | Renton | Washington | United States |
| 16819 | Cox, Dalton | 98027 | Issaquah | Washington | United States |
| 12742 | Martinez, Samantha, C | 42651 | Solingen | Nordrhein-Westfalen | Germany |
Generated 2025-10-28 22:10:41.921 UTC