[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 4871 > < TAKE 3 >
3 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 15566 | Foster, Aaron | V2M1P1 | Newton | British Columbia | Canada |
| 12281 | Sanchez, Janelle | OX14 4SE | Oxford | England | United Kingdom |
| 24786 | Adams, Haley, M | V6B 3P7 | Port Hammond | British Columbia | Canada |
Generated 2025-11-05 05:51:08.580 UTC