[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 593 SHUFFLE < SKIP 288 > < TAKE 3 >
3 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 21473 | Rubio, Stacy, S | 98168 | Burien | Washington | United States |
| 14857 | Serrano, Diane, E | 3198 | Seaford | Victoria | Australia |
| 17085 | Deng, Edwin, A | AS23 | Stoke-on-Trent | England | United Kingdom |
Generated 2025-11-05 09:38:09.947 UTC