Advertisement
ostyleo

Untitled

May 13th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. create table laptops
  2. (
  3. Id int auto_increment
  4. primary key,
  5. Producator varchar(50) null,
  6. Procesor varchar(50) null,
  7. Memorie int null,
  8. HDD int null,
  9. PlacaVideo varchar(50) null
  10. );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement