[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 3971 > < TAKE 2 >
2 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 27517 | Xu, Jessie, R | 3550 | Bendigo | Victoria | Australia |
| 28891 | Smith, Jasmine | NT20 | Newcastle upon Tyne | England | United Kingdom |
Generated 2025-11-02 02:26:22.254 UTC