[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 3231 > < TAKE 3 >
3 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 12117 | Yang, Cameron | 98104 | Seattle | Washington | United States |
| 12759 | Sanders, Jada, J | 98104 | Seattle | Washington | United States |
| 12937 | Wilson, Megan | 98104 | Seattle | Washington | United States |
Generated 2025-10-29 21:03:18.152 UTC