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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
27233Ward, Seth, E91977Spring ValleyCaliforniaUnited States
23816Johnson, Natalie92118CoronadoCaliforniaUnited States
24432Reed, Dalton94070San CarlosCaliforniaUnited States

Generated 2025-10-31 04:53:37.439 UTC