[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 875   SHUFFLE   <  SKIP 1345  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
17860Diaz, Noah, B91932Imperial BeachCaliforniaUnited States
17428Perez, Xavier, R94070San CarlosCaliforniaUnited States
24312Martin, Austin, T98201EverettWashingtonUnited States

Generated 2025-07-10 22:59:13.531 UTC