[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 3255 > < TAKE 3 >
3 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country | 
|---|---|---|---|---|---|
| 15536 | Thomas, Victoria, A | V3A 4R2 | Langley | British Columbia | Canada | 
| 27629 | Bryant, Jose, D | 98366 | Port Orchard | Washington | United States | 
| 24082 | Rodriguez, Regina, A | 91420 | Morangis | Essonne | France | 
Generated 2025-10-31 20:17:17.666 UTC