[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 880 > < TAKE 3 >
3 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 27819 | Martin, Michele, J | WA3 | Watford | England | United Kingdom |
| 28723 | Yang, Ryan | WA3 | Watford | England | United Kingdom |
| 11068 | Liang, Tiffany | 3280 | Warrnambool | Victoria | Australia |
Generated 2025-10-30 21:55:57.953 UTC