[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 1250 > < TAKE 3 >
3 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 23168 | Hayes, Mya, J | 97068 | W. Linn | Oregon | United States |
| 22113 | Garcia, Katherine, A | 97068 | W. Linn | Oregon | United States |
| 23373 | Murphy, Gabrielle | 97068 | W. Linn | Oregon | United States |
Generated 2025-10-29 21:02:58.091 UTC