[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 750 SHUFFLE < SKIP 514 > < TAKE 3 >
3 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 22533 | Liu, Jake | 20354 | Hamburg | Hamburg | Germany |
| 13513 | Henderson, Abigail, R | 59368 | Werne | Nordrhein-Westfalen | Germany |
| 11023 | Edwards, Seth, M | 90706 | Bellflower | California | United States |
Generated 2025-11-06 00:28:10.268 UTC