[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 669  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
14978Ortega, Jamie80074MünchenHessenGermany
16233King, Rebecca91945Lemon GroveCaliforniaUnited States
22044Young, Connor94070San CarlosCaliforniaUnited States

Generated 2025-07-09 13:46:42.582 UTC