[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 2281 > < TAKE 2 >
2 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country | 
|---|---|---|---|---|---|
| 27043 | Murphy, Dalton, N | V8P | Oak Bay | British Columbia | Canada | 
| 21957 | Shen, Kathryn, R | 2055 | North Sydney | New South Wales | Australia | 
Generated 2025-10-31 16:04:28.146 UTC