Files
hello-world/p/PLSQL.sql
2021-11-07 14:34:25 -06:00

5 lines
52 B
SQL

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