Guest User

Untitled

a guest
Dec 15th, 2017
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. create table inspection
  2. (property_no number(5) not null references prop_for_rent(property_no),
  3. staff_no number(5) not null references staff(staff_no),
  4. inspect_date date,
  5. comments varchar2(50),
  6. primary key(property_no,staff_no,inspect_date))
Add Comment
Please, Sign In to add comment