[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 200 > < TAKE 3 >
3 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 27057 | Morris, Brooke | 98901 | Yakima | Washington | United States |
| 28192 | Sanchez, Abigail | 98901 | Yakima | Washington | United States |
| 28144 | Phillips, Noah | 98901 | Yakima | Washington | United States |
Generated 2025-11-03 13:37:12.329 UTC