[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 125 > < TAKE 3 >
3 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 13881 | Wood, Jasmine, T | 98901 | Yakima | Washington | United States |
| 14042 | Adams, Stephanie, R | 98901 | Yakima | Washington | United States |
| 12779 | Rogers, Mason, E | 98901 | Yakima | Washington | United States |
Generated 2025-10-29 05:47:07.031 UTC