[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 3110 > < TAKE 3 >
3 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 20490 | Roberts, Kaylee, G | 94941 | Mill Valley | California | United States |
| 17272 | Hernandez, Mary, D | 97330 | Corvallis | Oregon | United States |
| 25508 | Cook, Melissa | 20354 | Hamburg | Hamburg | Germany |
Generated 2025-10-28 20:02:29.886 UTC