[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 1910 > < TAKE 2 >
2 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 13721 | Howard, Lucas, A | 98501 | Olympia | Washington | United States |
| 19666 | Alexander, Hailey, C | 7001 | Hobart | Tasmania | Australia |
Generated 2025-11-02 01:07:30.181 UTC