[ROOT] dt DimCustomer SELECT Name, PostalCode, City, StateOrProvince, Country ORDER BY City DESC > TITLE Customer with addresses. Shows use of EntityMethodKey through methods like TryGetCity SKIP 0 SHUFFLE < SKIP 3107 > < TAKE 3 >
3 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 16488 | Rodriguez, Joel, C | 7001 | Hobart | Tasmania | Australia |
| 28037 | Gonzales, Jeremiah, T | 97071 | Woodburn | Oregon | United States |
| 28884 | Suarez, Sheila | Y03 4TN | York | England | United Kingdom |
Generated 2025-10-28 10:47:26.114 UTC