[ROOT] dt DimCustomer SELECT Name, PostalCode, City, StateOrProvince, Country < ORDER BY City TITLE Customer with addresses. Shows use of EntityMethodKey through methods like TryGetCity SKIP 0 SHUFFLE < SKIP 2903 > < TAKE 2 >
2 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 26263 | Collins, Kaitlyn | 97205 | Portland | Oregon | United States |
| 29014 | Powell, Ryan, K | 98020 | Edmonds | Washington | United States |
Generated 2025-10-29 21:02:26.160 UTC