[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 3119 > < TAKE 3 >
3 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 23518 | Adams, Katherine, M | V8Y 1L1 | Cliffside | British Columbia | Canada |
| 11515 | Huang, Shannon, H | 91502 | Burbank | California | United States |
| 28491 | Jai, Cassie, E | 75017 | Paris | Seine (Paris) | France |
Generated 2025-11-02 19:05:56.952 UTC