[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 1006 > < TAKE 2 >
2 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country | 
|---|---|---|---|---|---|
| 15545 | Rivera, Jennifer, S | 91910 | Chula Vista | California | United States | 
| 26996 | Oliver, Natasha | 46236 | Bottrop | Nordrhein-Westfalen | Germany | 
Generated 2025-10-31 19:22:24.643 UTC