[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 1981 > < TAKE 2 >
2 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 22667 | Rana, Roy, M | GL7 1RY | Gloucestershire | England | United Kingdom |
| 16377 | Adams, Jordan, F | 90012 | Los Angeles | California | United States |
Generated 2025-11-02 01:07:41.833 UTC