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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
13930Coleman, Samantha, C97068W. LinnOregonUnited States
15296Peterson, Chloe, C91364Woodland HillsCaliforniaUnited States
13556Nath, Alisha77127LieusaintSeine et MarneFrance

Generated 2025-10-29 12:42:07.738 UTC