[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 3091 > < TAKE 2 >
2 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 16021 | Sanchez, Shelby | V7L 4J4 | N. Vancouver | British Columbia | Canada |
| 16800 | Roberts, Jordan, M | V3A 4R2 | Langley | British Columbia | Canada |
Generated 2025-11-02 01:07:50.003 UTC