CHAPTER 1: Introducing Java Web Development 23
Now populate the tables using the insert statements, as follows:
insert into category (category_description) values ('Clojure');
insert into category (category_description) values ('Groovy');
insert into category (category_description) values ('Java');
insert into category (category_description) values ('Scala');
You can verify the populated Category table as illustrated in Figure 1-16.
Figure 1-15. Structure of the tables
Figure 1-16. All categories in the Category table