[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 706 > < TAKE 3 >
3 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 16779 | Watson, Morgan, A | 91791 | West Covina | California | United States |
| 16999 | Kelly, Chloe, M | 91791 | West Covina | California | United States |
| 16839 | Ross, Julia, F | 91791 | West Covina | California | United States |
Generated 2025-10-30 15:16:05.817 UTC