[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 376 SHUFFLE < SKIP 602 > < TAKE 3 >
3 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 24568 | Mitchell, Jose, F | GA10 | Gateshead | England | United Kingdom |
| 15623 | Madan, Molly, A | 75006 | Paris | Seine (Paris) | France |
| 17345 | Martin, Jeremiah, E | V6B 3P7 | Port Hammond | British Columbia | Canada |
Generated 2025-11-05 14:25:31.988 UTC