[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 2704 > < TAKE 3 >
3 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 17882 | Deng, Drew, E | OX1 | Oxford | England | United Kingdom |
| 16648 | Coleman, Rachel | 91203 | Glendale | California | United States |
| 23780 | Stewart, Mason | 59100 | Roubaix | Nord | France |
Generated 2025-11-04 23:37:06.245 UTC