Skip to content

Instantly share code, notes, and snippets.

View redzhepdx's full-sized avatar
㊙️
Focusing

Redzhep Mehmedov Redzhebov redzhepdx

㊙️
Focusing
  • Otsala
  • Munich
View GitHub Profile
create table PRODUCT(maker text not null,
model numeric not null,
type text not null);
create table PC(model text not null,
speed numeric not null,
ram numeric not null,
hd numeric not null,
price numeric not null);
create table LAPTOP(model text not null,
speed numeric not null,