[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 1994 > < TAKE 3 >
3 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 26211 | Yuan, Bridget | SW19 3RU | London | England | United Kingdom |
| 21776 | Thompson, Daniel, P | 98033 | Kirkland | Washington | United States |
| 26574 | Allen, Jordan | 90210 | Beverly Hills | California | United States |
Generated 2025-11-01 20:20:59.132 UTC