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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
11161Wood, Emily94519ConcordCaliforniaUnited States
26845Ortega, Theodore, M66001SaarbrückenSaarlandGermany
20022Perry, Arthur94014ColmaCaliforniaUnited States

Generated 2025-07-10 14:23:12.764 UTC