[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 1108 > < TAKE 3 >
3 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 17482 | Alexander, Taylor | V8P | Oak Bay | British Columbia | Canada |
| 19112 | Hughes, Victoria | 94947 | Novato | California | United States |
| 19495 | Gill, Francis | 75013 | Paris | Seine (Paris) | France |
Generated 2025-10-30 09:18:00.505 UTC