[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 3290 > < TAKE 3 >
3 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 27002 | She, Kelvin, T | BD1 4SJ | W. York | England | United Kingdom |
| 16022 | Hernandez, Devin, S | 98107 | Ballard | Washington | United States |
| 15340 | Barnes, Brittany, R | V3J 6Z3 | Burnaby | British Columbia | Canada |
Generated 2025-10-28 22:42:33.849 UTC