[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 0 SHUFFLE < SKIP 3569 > < TAKE 2 >
2 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 22390 | Zheng, Kelvin, A | 70452 | Stuttgart | Saarland | Germany |
| 12808 | Schmidt, Marc | Y024 1GF | York | England | United Kingdom |
Generated 2025-11-05 04:33:16.619 UTC