[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 750 SHUFFLE < SKIP 744 > < TAKE 3 >
3 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 11200 | Griffin, Jason, L | V8V | Victoria | British Columbia | Canada |
| 20882 | Suarez, Sabrina, V | 91940 | Les Ulis | Essonne | France |
| 28851 | Mitchell, Miguel | 98201 | Everett | Washington | United States |
Generated 2025-11-05 21:47:23.724 UTC