[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 480 SHUFFLE < SKIP 148 > < TAKE 3 >
3 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 26653 | Allen, Kaylee | 2450 | Coffs Harbour | New South Wales | Australia |
| 14058 | Anand, Johnny | 4000 | Brisbane | Queensland | Australia |
| 27230 | Wilson, Hunter, R | V6B 3P7 | Port Hammond | British Columbia | Canada |
Generated 2025-11-05 16:09:29.989 UTC