[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 480 SHUFFLE < SKIP 136 > < TAKE 3 >
3 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 13107 | Nelson, Mary, L | 4000 | Brisbane | Queensland | Australia |
| 27223 | Wright, Jeremy, S | 99362 | Walla Walla | Washington | United States |
| 22644 | Ortega, Marc, C | 20354 | Hamburg | Hamburg | Germany |
Generated 2025-11-04 21:48:21.112 UTC