[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 3095 > < TAKE 2 >
2 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 19015 | Griffin, Thomas, J | V8P | Oak Bay | British Columbia | Canada |
| 28711 | Torres, Rebekah | 92700 | Colombes | Hauts de Seine | France |
Generated 2025-11-05 04:34:04.229 UTC