[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 SHUFFLE < SKIP 1230 > < TAKE 3 >
3 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 19613 | Garcia, Ruben | 4700 | Rockhampton | Queensland | Australia |
| 28374 | Vance, Ruben | 20354 | Hamburg | Hamburg | Germany |
| 16697 | Henderson, Wyatt | 4810 | Townsville | Queensland | Australia |
Generated 2025-11-05 09:48:57.748 UTC