[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 6764 > < TAKE 3 >
3 items
DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
---|---|---|---|---|---|
16118 | Wright, James, A | 94611 | Oakland | California | United States |
16224 | Martinez, Jacob | 94611 | Oakland | California | United States |
16362 | Smith, Joshua, C | 94611 | Oakland | California | United States |
Generated 2025-07-17 05:40:51.285 UTC