[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 3968 > < TAKE 2 >
2 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 17239 | Romero, Desiree, J | 3977 | Cranbourne | Victoria | Australia |
| 11906 | Sanders, Gabriella | 4000 | Brisbane | Queensland | Australia |
Generated 2025-11-02 23:46:16.432 UTC