[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 484 SHUFFLE < SKIP 1234 > < TAKE 3 >
3 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 22026 | Kennedy, Bridget | V8Y 1L1 | Cliffside | British Columbia | Canada |
| 28498 | Ruiz, Tabitha, M | 91370 | Verrieres Le Buisson | Essonne | France |
| 27649 | Bailey, Evan, C | 98104 | Seattle | Washington | United States |
Generated 2025-11-05 21:06:24.821 UTC