[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 3185 > < TAKE 3 >
3 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 15819 | Cox, Savannah, A | 98371 | Puyallup | Washington | United States |
| 20622 | Suarez, Jerome, L | 4000 | Brisbane | Queensland | Australia |
| 17390 | Lewis, Blake | 97222 | Milwaukie | Oregon | United States |
Generated 2025-11-06 02:19:24.501 UTC