[ROOT] dt DimCustomer SELECT Name, PostalCode, City, StateOrProvince, Country < ORDER BY City TITLE Customer with addresses. Shows use of EntityMethodKey through methods like TryGetCity < SKIP 2301 > < TAKE 3 >
3 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country | 
|---|---|---|---|---|---|
| 13054 | Ward, Bryce, C | 98168 | Burien | Washington | United States | 
| 13067 | Garcia, Olivia, S | 98168 | Burien | Washington | United States | 
| 13153 | Hill, Jack, N | 98168 | Burien | Washington | United States | 
Generated 2025-10-31 18:03:07.533 UTC