[ROOT] dt DimCustomer SELECT Name, PostalCode, City, StateOrProvince, Country < ORDER BY City TITLE Customer with addresses. Shows use of EntityMethodKey through methods like TryGetCity SKIP 0 SHUFFLE < SKIP 1961 > < TAKE 3 >
3 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 18806 | Torres, Kaitlyn | 97330 | Corvallis | Oregon | United States |
| 25625 | Cai, Krystal, R | 20354 | Hamburg | Hamburg | Germany |
| 14828 | Muñoz, Hector | 70452 | Stuttgart | Saarland | Germany |
Generated 2025-11-05 15:59:26.429 UTC