fork download
  1. -- your code goes here
  2.  
  3. CREATE TABLE EMP
  4. (
  5. CustomerName CHAR(20),
  6. Country CHAR(20));
  7.  
  8.  
Success #stdin #stdout 0s 17184KB
stdin
Standard input is empty
stdout
Standard output is empty