[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 3327 > < TAKE 3 >
3 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 22790 | Phillips, Luke, H | 95062 | Santa Cruz | California | United States |
| 17716 | Gonzalez, Cesar, N | 75003 | Paris | Seine (Paris) | France |
| 26748 | She, Stacey | 6105 | Cloverdale | South Australia | Australia |
Generated 2025-11-06 02:09:56.203 UTC