[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 2 > < TAKE 2 >
2 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 21848 | Raje, Jerry, E | SW19 3RU | London | England | United Kingdom |
| 24453 | Yuan, Cassie, J | 2300 | Newcastle | New South Wales | Australia |
Generated 2025-11-05 10:33:42.096 UTC