Advertisement
Guest User

Untitled

a guest
May 24th, 2019
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
MySQL 0.17 KB | None | 0 0
  1. create table bestand.raum
  2. (raumid varchar(4) not null primary key,
  3. gebaeude varchar(40) not null,
  4. etage varchar(1) not null,
  5. bueronr int(3) not null);
  6.  
  7. explain bestand.raum
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement