[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 2659 > < TAKE 2 >
2 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 16082 | Zeng, Autumn | 98225 | Bellingham | Washington | United States |
| 14403 | Russell, Angelica | 90706 | Bellflower | California | United States |
Generated 2025-11-02 15:46:03.262 UTC