[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 750   SHUFFLE   <  SKIP 2137  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
19998Liu, Laura94014ColmaCaliforniaUnited States
22835Zhang, Alan45001EssenHamburgGermany
29058Reed, Olivia, L92118CoronadoCaliforniaUnited States

Generated 2025-07-13 19:34:09.883 UTC