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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
15986Sanchez, Dalton, C91910Chula VistaCaliforniaUnited States
17290Becker, Jenny4171HawthorneQueenslandAustralia
24385Perez, Summer94519ConcordCaliforniaUnited States

Generated 2025-10-28 22:11:28.633 UTC