[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 502 SHUFFLE < SKIP 180 > < TAKE 3 >
3 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 21324 | Baker, Chloe | 90210 | Beverly Hills | California | United States |
| 25000 | Turner, Allison, A | 98104 | Seattle | Washington | United States |
| 16286 | Torres, Billy, F | 75006 | Paris | Seine (Paris) | France |
Generated 2025-11-05 04:34:21.069 UTC