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

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
26593Campbell, Eduardo91932Imperial BeachCaliforniaUnited States
13187Wright, Evan94536FremontCaliforniaUnited States
18838Morris, Natalie, C91977Spring ValleyCaliforniaUnited States
23349Johnson, Lauren, L94536FremontCaliforniaUnited States

Generated 2025-07-15 03:35:30.353 UTC