[ROOT]  dt  DimCustomer  SELECT Name, PostalCode, City, StateOrProvince, Country   ORDER BY City DESC  >   TITLE Customer with addresses. Shows use of EntityMethodKey through methods like TryGetCity   SKIP 413   SHUFFLE   <  SKIP 2500  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
16866Parker, Alexandra, G91941GrossmontCaliforniaUnited States
18408West, Cody98168BurienWashingtonUnited States
16969Turner, Jackson90401Santa MonicaCaliforniaUnited States

Generated 2025-07-09 23:05:29.141 UTC