[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 3016 > < TAKE 3 >
3 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 17124 | Madan, Kaitlin | 98168 | Burien | Washington | United States |
| 15764 | Guo, Louis, D | 3280 | Warrnambool | Victoria | Australia |
| 29458 | Moreno, Danny, M | 2065 | St. Leonards | New South Wales | Australia |
Generated 2025-10-28 00:08:45.519 UTC