[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 602 SHUFFLE < SKIP 1500 > < TAKE 3 >
3 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 28242 | Butler, Madison | 91910 | Chula Vista | California | United States |
| 27428 | Foster, Paige | V8X | Royal Oak | British Columbia | Canada |
| 25452 | Wu, Erica | 92700 | Colombes | Hauts de Seine | France |
Generated 2025-11-05 07:01:48.755 UTC