[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 3093 > < TAKE 3 >
3 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 13889 | Martin, Robert, C | 97355 | Lebanon | Oregon | United States |
| 15691 | Henderson, Julian, J | WA3 | Watford | England | United Kingdom |
| 26842 | Alonso, Felicia, A | LE18 | Leeds | England | United Kingdom |
Generated 2025-10-29 05:46:28.400 UTC