[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 3909 > < TAKE 3 >
3 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 12898 | Campbell, Madeline | 91502 | Burbank | California | United States |
| 11287 | Garcia, Henry, B | V8Y 1L1 | Cliffside | British Columbia | Canada |
| 24452 | Coleman, Megan, C | 98225 | Bellingham | Washington | United States |
Generated 2025-11-06 03:02:24.752 UTC