[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 4318 > < TAKE 3 >
3 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country | 
|---|---|---|---|---|---|
| 22637 | Alexander, Ana, R | TY31 | Runcorn | England | United Kingdom | 
| 22823 | Alexander, Isabel | TY31 | Runcorn | England | United Kingdom | 
| 23752 | Torres, Devin, A | TY31 | Runcorn | England | United Kingdom | 
Generated 2025-11-04 13:13:19.185 UTC