[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 125 < SKIP 78 > < TAKE 3 >
3 items
DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
---|---|---|---|---|---|
28777 | Wood, Brittany | 98901 | Yakima | Washington | United States |
28257 | Martin, Zachary, E | 98901 | Yakima | Washington | United States |
29125 | Reed, Andrea, D | 98901 | Yakima | Washington | United States |
Generated 2025-10-08 05:49:18.655 UTC