SQLize Online / PHPize Online  /  SQLtest Online

A A A
Share      Blog   Popular
Copy Format Clear
create table t1(id int); alter table t1 add constraint c1 check (id > 0); create table t2(id int); alter table t2 add constraint c1 check (id > 0); create view v2 as select * from t1; create or replace view v2 as select * from t2;

Stuck with a problem? Got Error? Ask ChatGPT!

Copy Clear