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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
22146Chen, Benjamin, J90505TorranceCaliforniaUnited States
23581Hill, Jan90505TorranceCaliforniaUnited States
23587Gonzalez, Hailey, R90505TorranceCaliforniaUnited States

Generated 2025-10-15 08:37:11.871 UTC