[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 6758 > < TAKE 3 >
3 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 15249 | Anderson, Abigail, L | 94611 | Oakland | California | United States |
| 15358 | Sanders, Danielle, J | 94611 | Oakland | California | United States |
| 15398 | Wang, Jose | 94611 | Oakland | California | United States |
Generated 2025-11-05 15:59:35.838 UTC