[ROOT] dt DimCustomer SELECT Name, PostalCode, City, StateOrProvince, Country < ORDER BY City TITLE Customer with addresses. Shows use of EntityMethodKey through methods like TryGetCity SKIP 0 SHUFFLE < SKIP 1010 > < TAKE 3 >
3 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country | 
|---|---|---|---|---|---|
| 28658 | Bailey, Jasmine, E | 90712 | Lakewood | California | United States | 
| 18247 | Beck, Donna, J | 3000 | Melbourne | Victoria | Australia | 
| 13617 | Suri, Gerald | 3977 | Cranbourne | Victoria | Australia | 
Generated 2025-11-04 01:12:37.597 UTC