[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 1920 > < TAKE 4 >
4 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 15927 | Huang, Gilbert, N | 12311 | Berlin | Saarland | Germany |
| 13990 | Wood, Stephanie, A | 97301 | Salem | Oregon | United States |
| 24641 | Powell, Sarah, H | 92806 | La Jolla | California | United States |
| 16089 | Brooks, Lucas, S | V8X | Royal Oak | British Columbia | Canada |
Generated 2025-11-05 18:40:00.903 UTC