[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 3706 > < TAKE 3 >
3 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 14048 | Mitchell, Wyatt, A | 3550 | Bendigo | Victoria | Australia |
| 21015 | Hernandez, Diane, P | 63151 | Mühlheim | Hamburg | Germany |
| 15842 | Gray, Haley | 99202 | Spokane | Washington | United States |
Generated 2025-11-05 18:20:47.569 UTC