[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 SHUFFLE < SKIP 517 > < TAKE 3 >
3 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 15116 | Ramirez, Mackenzie, M | 34117 | Kassel | Hessen | Germany |
| 17788 | Liu, Jeffery, M | 12171 | Berlin | Saarland | Germany |
| 14505 | Edwards, Alex, K | 90210 | Beverly Hills | California | United States |
Generated 2025-11-01 11:23:23.844 UTC