[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 6522 > < TAKE 3 >
3 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 11246 | Rubio, Latasha | 20354 | Hamburg | Hamburg | Germany |
| 11423 | Stewart, Jasmine | 20354 | Hamburg | Hamburg | Germany |
| 12230 | Zheng, Wesley | 22001 | Hamburg | Hessen | Germany |
Generated 2025-11-06 01:43:07.538 UTC