You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 18, 2025. It is now read-only.
create table members(first_name varchar(255) not null, last_name varchar(255) not null, email varchar(255) not null, uname varchar(255) not null, password varchar(255) not null);
create table items(id int not null, item_name varchar(255) not null, price_rupee int not null);