[ROOT] dt DimCustomer SELECT Name, PostalCode, City, StateOrProvince, Country < ORDER BY City TITLE Customer with addresses. Shows use of EntityMethodKey through methods like TryGetCity SKIP 0 SHUFFLE < SKIP 2977 > < TAKE 2 >
2 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 21616 | Wood, Carson, J | 98168 | Burien | Washington | United States |
| 13161 | Moore, Jose, M | 97330 | Corvallis | Oregon | United States |
Generated 2025-10-29 21:01:58.831 UTC