[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 3125 > < TAKE 2 >
2 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country | 
|---|---|---|---|---|---|
| 15027 | Jai, Tommy, C | 3550 | Bendigo | Victoria | Australia | 
| 24837 | Lewis, Wyatt | 20354 | Hamburg | Hamburg | Germany | 
Generated 2025-10-31 19:22:17.664 UTC