[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 4070 > < TAKE 3 >
3 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 26871 | Chen, Justin | 93400 | Saint-Denis | Seine Saint Denis | France |
| 26904 | Parker, Judith, F | 93400 | Saint-Denis | Seine Saint Denis | France |
| 27763 | Wright, Stephanie, V | 93400 | Saint-Denis | Seine Saint Denis | France |
Generated 2025-11-01 14:34:56.150 UTC