[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 SHUFFLE < SKIP 283 > < TAKE 3 >
3 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 27155 | Hall, Eric, C | 75007 | Paris | Seine (Paris) | France |
| 28144 | Phillips, Noah | 98901 | Yakima | Washington | United States |
| 24126 | Mehta, Pedro | 91370 | Verrieres Le Buisson | Essonne | France |
Generated 2025-11-05 01:37:08.891 UTC