[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 2122 > < TAKE 2 >
2 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 20717 | Ray, Chelsea, R | OX14 4SE | Oxford | England | United Kingdom |
| 24480 | Liu, Kelli, A | 3337 | Melton | Victoria | Australia |
Generated 2025-11-05 01:22:53.094 UTC