SQLize Online / PHPize Online  /  SQLtest Online

A A A
Share      Blog   Popular
Copy Format Clear
CREATE TABLE users (id int primary key auto_increment, name varchar(64)); CREATE TABLE favorites ( user_id int references users(id), bookmark varchar(255), primary key (user_id, bookmark) );
Stuck with a problem? Got Error? Ask ChatGPT!
Copy Clear