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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
18010Jai, Clarence, S45000OrleansLoiretFrance
13879Hernandez, Derrick90706BellflowerCaliforniaUnited States
26688Xu, Brittney, E98312BremertonWashingtonUnited States

Generated 2025-07-09 00:42:28.799 UTC