RelationalDesign: brishenje.sql

File brishenje.sql, 551 bytes (added by 201063, 18 months ago)
Line 
1drop table pet_needs_intervention_in_vet_clinic;
2drop table pet_preferably_eats_food;
3drop table pet_needs_therapy;
4drop table pet_belongs_to_category;
5drop table donor_donates_to_organisation;
6drop table personal_profile;
7drop table vet_clinic;
8drop table therapy;
9drop table food;
10drop table category;
11drop table post;
12drop table pet;
13drop table adoption;
14drop table adopter;
15drop table employee;
16drop table shelter;
17drop table organisation;
18drop table donor;
19drop table admin_table;
20drop table surendee;
21drop table user_table;