[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 2765 > < TAKE 2 >
2 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 26041 | Torres, Gloria, G | 98225 | Bellingham | Washington | United States |
| 22199 | Lee, David, J | 3220 | Geelong | Victoria | Australia |
Generated 2025-11-02 22:10:37.492 UTC