[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 1651 > < TAKE 2 >
2 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 21819 | Howard, Chloe, S | 93290 | Tremblay-en-France | Seine Saint Denis | France |
| 22556 | Griffin, Oscar, F | 93290 | Tremblay-en-France | Seine Saint Denis | France |
Generated 2025-10-29 09:25:32.376 UTC