[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 2761 > < TAKE 3 >
3 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 17329 | Wilson, Jasmine | 2450 | Coffs Harbour | New South Wales | Australia |
| 15678 | Zhou, Susan | 91420 | Morangis | Essonne | France |
| 13367 | Edwards, Savannah | 98036 | Lynnwood | Washington | United States |
Generated 2025-11-01 14:34:45.423 UTC