[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 2000 SHUFFLE < SKIP 14 > < TAKE 3 >
3 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 25774 | Pal, Corey | SW19 3RU | London | England | United Kingdom |
| 27901 | Cooper, Mariah, J | TY31 | Runcorn | England | United Kingdom |
| 16481 | Bryant, Madison, J | 3000 | Melbourne | Victoria | Australia |
Generated 2025-11-05 00:06:04.147 UTC