[ROOT] dt DimCustomer SELECT Name, PostalCode, City, StateOrProvince, Country < ORDER BY City TITLE Customer with addresses. Shows use of EntityMethodKey through methods like TryGetCity SHUFFLE < SKIP 123 > < TAKE 3 >
3 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 24696 | Xie, Tasha, D | 10210 | Berlin | Hamburg | Germany |
| 21922 | Ward, Bailey, L | 90505 | Torrance | California | United States |
| 15578 | Gill, Diane | 3000 | Melbourne | Victoria | Australia |
Generated 2025-11-05 17:35:53.721 UTC