[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 2695 > < TAKE 3 >
3 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country | 
|---|---|---|---|---|---|
| 17220 | Wang, Glenn, R | 14197 | Berlin | Saarland | Germany | 
| 21754 | Lopez, Kaitlyn | 97301 | Salem | Oregon | United States | 
| 19210 | Price, Alexis, E | 90241 | Downey | California | United States | 
Generated 2025-11-04 01:36:10.220 UTC