[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 2297 > < TAKE 3 >
3 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 12456 | Chen, Thomas | 98168 | Burien | Washington | United States |
| 12906 | Ramos, Philip | 98168 | Burien | Washington | United States |
| 12954 | Diaz, Pedro, J | 98168 | Burien | Washington | United States |
Generated 2025-11-02 17:58:32.912 UTC