[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 2 >
2 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 |
Generated 2025-11-02 23:12:29.369 UTC