[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 4000 < SKIP 345 > < TAKE 6 >
6 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 12090 | Carter, Savannah, M | V8X | Royal Oak | British Columbia | Canada |
| 12892 | Peterson, Brian | V8X | Royal Oak | British Columbia | Canada |
| 13144 | Stewart, Destiny | V8X | Royal Oak | British Columbia | Canada |
| 12984 | Young, Adam | V8X | Royal Oak | British Columbia | Canada |
| 13707 | Smith, Austin | V8X | Royal Oak | British Columbia | Canada |
| 13711 | Mitchell, Thomas, J | V8X | Royal Oak | British Columbia | Canada |
Generated 2025-11-05 16:09:31.942 UTC