[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 3001 > < TAKE 3 >
3 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 13930 | Coleman, Samantha, C | 97068 | W. Linn | Oregon | United States |
| 15296 | Peterson, Chloe, C | 91364 | Woodland Hills | California | United States |
| 13556 | Nath, Alisha | 77127 | Lieusaint | Seine et Marne | France |
Generated 2025-10-29 12:42:07.738 UTC