Files
hello-world/p/PLSQL.sql
2021-06-03 09:55:46 -05:00

5 lines
52 B
SQL

begin
dbms_output.put_line("Hello World");
end;
/