[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 0   SHUFFLE   <  SKIP 2954  >   <  TAKE 4  >   

Customer with addresses. Shows use of EntityMethodKey through methods like TryGetCity

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
28243Cook, Marcus91945Lemon GroveCaliforniaUnited States
27675Bell, Arianna, M97301SalemOregonUnited States
22769Martin, Benjamin90802Long BeachCaliforniaUnited States
27677Powell, Marissa98168BurienWashingtonUnited States

Generated 2025-11-04 21:35:41.140 UTC