[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 3569 > < TAKE 3 >
3 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country | 
|---|---|---|---|---|---|
| 25508 | Cook, Melissa | 20354 | Hamburg | Hamburg | Germany | 
| 13743 | Anderson, Isabella | V8P | Oak Bay | British Columbia | Canada | 
| 25804 | Torres, Nelson, F | GL7 1RY | Gloucestershire | England | United Kingdom | 
Generated 2025-11-04 00:54:51.911 UTC