原创 Oracle中SQL語句-練習用

-- 1CREATE TABLE my_test ( id NUMBER(3), name VARCHAR2(20));INSERT INTO my_test VALUES (1, 'This is line 1');INSERT INTO