[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 3689 > < TAKE 2 >
2 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 25724 | Fernandez, Tabitha, A | 04838 | Eilenburg | Brandenburg | Germany |
| 13413 | Phillips, Fernando | 97205 | Portland | Oregon | United States |
Generated 2025-11-03 14:42:13.915 UTC