[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 378 > < TAKE 3 >
3 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 19849 | Wu, Jorge, J | 90706 | Bellflower | California | United States |
| 19983 | Martinez, Michael, B | 90706 | Bellflower | California | United States |
| 20012 | Robinson, Jessica | 90706 | Bellflower | California | United States |
Generated 2025-10-30 04:02:40.928 UTC