[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 512   SHUFFLE   <  SKIP 1002  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
25759Kelly, Savannah, P78100Saint Germain en LayeYvelineFrance
13882Russell, Mariah91932Imperial BeachCaliforniaUnited States
23006Lee, Seth, C90241DowneyCaliforniaUnited States

Generated 2025-07-11 04:24:48.311 UTC