[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 480 SHUFFLE < SKIP 760 > < TAKE 3 >
3 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 27964 | Shan, Alicia | LE18 | Leeds | England | United Kingdom |
| 16603 | Mr., Seely, Scott | 80074 | München | Hamburg | Germany |
| 20029 | Evans, Jan, M | 90012 | Los Angeles | California | United States |
Generated 2025-11-05 22:50:54.367 UTC