[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 1240 > < TAKE 3 >
3 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 22146 | Chen, Benjamin, J | 90505 | Torrance | California | United States |
| 27987 | Jenkins, Wyatt | 3220 | Geelong | Victoria | Australia |
| 15686 | Vazquez, Pedro, A | C2H 7AU | London | England | United Kingdom |
Generated 2025-11-05 18:21:07.291 UTC