[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 3361 > < TAKE 3 >
3 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 16245 | Griffin, Alexandra | 90401 | Santa Monica | California | United States |
| 28226 | Ramirez, Sebastian, C | 98020 | Edmonds | Washington | United States |
| 19373 | Suri, Rebekah, A | 04139 | Leipzig | Nordrhein-Westfalen | Germany |
Generated 2025-11-01 06:10:26.533 UTC