[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 2866 > < TAKE 3 >
3 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 18669 | Griffin, Adam | 94303 | Palo Alto | California | United States |
| 23322 | Li, Wesley | 7001 | Hobart | Tasmania | Australia |
| 24468 | Patel, Whitney, F | 3977 | Cranbourne | Victoria | Australia |
Generated 2025-11-05 03:49:10.083 UTC