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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
28244Davis, Samantha, P90505TorranceCaliforniaUnited States
23052Stewart, Steven, L91950National CityCaliforniaUnited States
20395Rogers, Katherine, B94010BurlingameCaliforniaUnited States

Generated 2025-07-11 20:46:40.418 UTC