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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
21245Rodriguez, Samantha, E90012Los AngelesCaliforniaUnited States
29283Mr., Smith, Jeff94519ConcordCaliforniaUnited States
20127Sanders, Carlos97330CorvallisOregonUnited States

Generated 2025-07-15 08:03:57.113 UTC