$ cd ~/spring/spring-petclinic/src/main/resources/db $ mkdir nuodb $ vi initDB.sql # edit initDB.sql DROP TABLE vet_specialties IF EXISTS; DROP TABLE vets IF EXISTS; DROP TABLE specialties IF EXISTS; DROP TABLE visits IF EXISTS; DROP TABLE pets IF EXISTS; DROP TABLE types IF EXISTS; ...
Informal discussions between the workshops were of great help as they allowed experts to talk face to face in a relaxed manner. The session with corporate experts was more limited in time due to the limited availability of the participants. Step 4: Feedback processing At the end of each work...