SQLize Online / PHPize Online  /  SQLtest Online

A A A
Share      Blog   Popular
Copy Format Clear
drop table emp2; create table emp2 as select * from employees; drop table dep2; create table dep2 as select * from departments; alter table emp2 modify employee_id primary key; select * from user_constraints where table_name = upper('emp2'); alter table emp2 drop constraint SYS_C0027579;

Stuck with a problem? Got Error? Ask ChatGPT!

Copy Clear