[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 0   SHUFFLE   <  SKIP 1999  >   <  TAKE 6  >   

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

6 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
11307Rodriguez, Hunter, P94015Daly CityCaliforniaUnited States
15285Rodriguez, Olivia, A91910Chula VistaCaliforniaUnited States
17378Foster, Zachary97355LebanonOregonUnited States
12119Raje, Keith, L94704BerkeleyCaliforniaUnited States
28737Lin, Eugene45000OrleansLoiretFrance
20348Evans, Chloe91977Spring ValleyCaliforniaUnited States

Generated 2025-11-04 17:58:44.110 UTC