[ROOT] dt DimCustomer SELECT Name, PostalCode, City, StateOrProvince, Country < ORDER BY City TITLE Customer with addresses. Shows use of EntityMethodKey through methods like TryGetCity SKIP 1564 < SKIP 574 > < TAKE 2 >
2 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 16001 | Pal, Ricardo, J | 91502 | Burbank | California | United States |
| 16014 | Wilson, Christopher, E | 91502 | Burbank | California | United States |
Generated 2025-11-05 22:53:18.456 UTC