[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 4742 < SKIP 2937 > < TAKE 7 >
7 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 18788 | Thompson, Madison, L | V7L 4J4 | N. Vancouver | British Columbia | Canada |
| 18855 | Zhang, Robert | V7L 4J4 | N. Vancouver | British Columbia | Canada |
| 18944 | Taylor, Marcus, A | V7L 4J4 | N. Vancouver | British Columbia | Canada |
| 18950 | Alexander, Lauren | V7L 4J4 | N. Vancouver | British Columbia | Canada |
| 18968 | Lopez, Isaiah | V7L 4J4 | N. Vancouver | British Columbia | Canada |
| 18971 | Moore, Wyatt, F | V7L 4J4 | N. Vancouver | British Columbia | Canada |
| 19150 | Bailey, Maria, C | V7L 4J4 | N. Vancouver | British Columbia | Canada |
Generated 2025-11-05 21:26:01.934 UTC