[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 6330 > < TAKE 3 >
3 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 17258 | Green, Fernando | 3000 | Melbourne | Victoria | Australia |
| 16689 | Shen, Rafael, J | 2450 | Coffs Harbour | New South Wales | Australia |
| 27060 | Coleman, Lucas, A | V6B 3P7 | Port Hammond | British Columbia | Canada |
Generated 2025-11-06 01:34:14.210 UTC