[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 2328 > < TAKE 2 >
2 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country | 
|---|---|---|---|---|---|
| 16260 | Schmidt, Gina | OX1 | Oxford | England | United Kingdom | 
| 14880 | Ross, Jessica | 91977 | Spring Valley | California | United States | 
Generated 2025-11-04 01:36:15.119 UTC