[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 512   SHUFFLE   <  SKIP 3404  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
19838Ramirez, Jared97068W. LinnOregonUnited States
14485Stewart, Bailey, J94063Redwood CityCaliforniaUnited States
20013Hughes, Jocelyn, S97330CorvallisOregonUnited States
15841Shan, Luis90012Los AngelesCaliforniaUnited States

Generated 2025-07-21 07:31:25.375 UTC