[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 1096 > < TAKE 3 >
3 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 22227 | Cai, Barbara, A | 91502 | Burbank | California | United States |
| 29388 | Kumar, Calvin, L | 75003 | Paris | Seine (Paris) | France |
| 12059 | Jenkins, Jason, L | 98055 | Renton | Washington | United States |
Generated 2025-11-04 17:31:10.774 UTC