diff --git a/BD/ORACLE/ATUM_BD/prueba/TABLE/NEWTABLE.SQL b/BD/ORACLE/ATUM_BD/prueba/TABLE/NEWTABLE.SQL new file mode 100644 index 0000000..a4c2125 --- /dev/null +++ b/BD/ORACLE/ATUM_BD/prueba/TABLE/NEWTABLE.SQL @@ -0,0 +1,6 @@ + + CREATE TABLE "NEWTABLE" + ( "ID" NUMBER, + "NAME" VARCHAR2(100), + "ENABLED" NUMBER DEFAULT 0 + ) ; \ No newline at end of file