[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 3122 > < TAKE 3 >
3 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 22482 | Jenkins, Cassidy, L | 60323 | Frankfurt | Hessen | Germany |
| 26046 | Kumar, Kara | 90706 | Bellflower | California | United States |
| 21873 | Navarro, Kellie, I | 1597 | Lane Cove | New South Wales | Australia |
Generated 2025-11-03 08:07:25.922 UTC