[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   <  SKIP 646  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
20666Rai, Lacey94704BerkeleyCaliforniaUnited States
20671Sanchez, Ronald94704BerkeleyCaliforniaUnited States
21269Clark, Blake94704BerkeleyCaliforniaUnited States

Generated 2025-07-06 09:24:01.100 UTC