[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 3268 > < TAKE 4 >
4 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 16938 | Williams, Abigail, M | NT20 | Newcastle upon Tyne | England | United Kingdom |
| 14528 | Ramos, Casey, C | 63151 | Mühlheim | Hamburg | Germany |
| 28129 | Griffin, Justin | V0 | Sooke | British Columbia | Canada |
| 15395 | Clark, Joseph, D | V8V | Victoria | British Columbia | Canada |
Generated 2025-11-05 05:51:23.332 UTC