[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 3121 > < TAKE 3 >
3 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 19133 | Martinez, Logan, A | 97301 | Salem | Oregon | United States |
| 12208 | Sanchez, Dominique, A | 98225 | Bellingham | Washington | United States |
| 22567 | Zhu, Glenn | 75013 | Paris | Seine (Paris) | France |
Generated 2025-11-01 02:50:41.477 UTC