[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 3123 > < TAKE 3 >
3 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 13609 | Yang, Ramon, K | SW8 4BG | London | England | United Kingdom |
| 17126 | Perry, Natalie | V9B 2C3 | Shawnee | British Columbia | Canada |
| 19210 | Price, Alexis, E | 90241 | Downey | California | United States |
Generated 2025-10-30 01:19:58.860 UTC