[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 1991 > < TAKE 3 >
3 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 13870 | Clark, Jonathan, P | 97355 | Lebanon | Oregon | United States |
| 12529 | Allen, Isaiah, A | 94704 | Berkeley | California | United States |
| 15502 | Howard, Nathaniel, C | 97330 | Corvallis | Oregon | United States |
Generated 2025-11-01 17:00:41.931 UTC