commit a4e1ede8646becf688d7b60fae7f9b2a6f72b0b2 Author: null Date: Tue May 2 15:50:01 2023 +0000 {"message":"prueba","version":1,"release":1,"haveIssueWithVersion":false,"tickets":["NINGUNO"]} 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