[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 0 > < TAKE 2 >
2 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 28402 | Kumar, Kristin, R | 75012 | Paris | Seine (Paris) | France |
| 20488 | Foster, Cassidy | 98033 | Kirkland | Washington | United States |
Generated 2025-11-04 18:38:45.616 UTC