[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 1238 > < TAKE 3 >
3 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 21169 | Arun, Nancy, C | 4000 | Brisbane | Queensland | Australia |
| 22390 | Zheng, Kelvin, A | 70452 | Stuttgart | Saarland | Germany |
| 25852 | Bennett, Amanda, M | 98036 | Lynnwood | Washington | United States |
Generated 2025-11-05 12:01:52.601 UTC