[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 376 SHUFFLE < SKIP 535 > < TAKE 3 >
3 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 12863 | Zhang, Caleb | 33098 | Paderborn | Nordrhein-Westfalen | Germany |
| 18647 | Huang, Christy | 91910 | Chula Vista | California | United States |
| 21661 | Champion, Terry, A | 12171 | Berlin | Saarland | Germany |
Generated 2025-11-05 14:00:51.548 UTC