[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 2255 > < TAKE 3 >
3 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country | 
|---|---|---|---|---|---|
| 22732 | Turner, Sean | V0 | Sooke | British Columbia | Canada | 
| 22979 | Hernandez, Theodore, R | 94010 | Burlingame | California | United States | 
| 13603 | Martinez, Molly, S | LE18 | Leeds | England | United Kingdom | 
Generated 2025-10-31 15:15:52.791 UTC