[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 1606 < SKIP 657 > < TAKE 3 >
3 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 20062 | Carson, Russell, J | 70452 | Stuttgart | Saarland | Germany |
| 20584 | Schmidt, Molly | 70452 | Stuttgart | Saarland | Germany |
| 21008 | Carlson, Melody, K | 70452 | Stuttgart | Saarland | Germany |
Generated 2025-11-05 11:15:21.323 UTC