SQL Online kompilator
This is a good SQL editor:
https://www.tutorialspoint.com/execute_sql_online.php
DevLorenzo
This is a good SQL editor:
https://www.tutorialspoint.com/execute_sql_online.php
create table student (regnum varchar(20),name varchar(20))
select sysdate from dual;