[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 705 > < TAKE 3 >
3 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 16898 | Reed, Angel, W | 91791 | West Covina | California | United States |
| 16779 | Watson, Morgan, A | 91791 | West Covina | California | United States |
| 16839 | Ross, Julia, F | 91791 | West Covina | California | United States |
Generated 2025-10-30 07:22:46.826 UTC