[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 3993 > < TAKE 3 >
3 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 23803 | Thames, Bernard | V8X | Royal Oak | British Columbia | Canada |
| 11197 | Morris, Andrea | 98104 | Seattle | Washington | United States |
| 11511 | Perry, Caleb | 97355 | Lebanon | Oregon | United States |
Generated 2025-11-02 15:24:37.069 UTC