[ROOT] dt DimCustomer SELECT Name, PostalCode, City, StateOrProvince, Country < ORDER BY City TITLE Customer with addresses. Shows use of EntityMethodKey through methods like TryGetCity SKIP 0 SHUFFLE < SKIP 3351 > < TAKE 3 >
3 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 20321 | Chen, Colleen, C | 91502 | Burbank | California | United States |
| 23299 | Jimenez, Kristy, E | 98225 | Bellingham | Washington | United States |
| 12498 | Diaz, Eduardo, L | 20354 | Hamburg | Hamburg | Germany |
Generated 2025-11-01 23:27:29.068 UTC