[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 3353 > < TAKE 3 >
3 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 13107 | Nelson, Mary, L | 4000 | Brisbane | Queensland | Australia |
| 14888 | Russell, Jasmine, A | 98901 | Yakima | Washington | United States |
| 26881 | Fernandez, Regina, R | 93700 | Drancy | Seine Saint Denis | France |
Generated 2025-11-04 18:38:08.916 UTC