SQL - Create table

From GUILLARD WIKI
Jump to navigation Jump to search
create table THOMAS (
   CODE varchar2(20),
   INFORMATION varchar2(500)
);