[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 2757 > < TAKE 3 >
3 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 24048 | Tang, Gregory | CB4 4BZ | Cambridge | England | United Kingdom |
| 25575 | Campbell, Elijah, R | 59368 | Werne | Nordrhein-Westfalen | Germany |
| 14256 | Robinson, Elizabeth | 98036 | Lynnwood | Washington | United States |
Generated 2025-11-04 21:37:47.346 UTC