[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 250   SHUFFLE   <  SKIP 4791  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
27541Martin, Samantha94947NovatoCaliforniaUnited States
15995Johnson, Kaitlyn, L90241DowneyCaliforniaUnited States
16909Walker, Chloe, M90802Long BeachCaliforniaUnited States

Generated 2025-07-13 15:27:30.609 UTC