[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 3108 > < TAKE 2 >
2 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 26639 | Diaz, Riley, P | 94519 | Concord | California | United States |
| 25709 | Lopez, Savannah | 3000 | Melbourne | Victoria | Australia |
Generated 2025-11-02 02:13:15.939 UTC