Java Reference
In-Depth Information
Figure 1-15. Structure of the tables
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-16. All categories in the Category table
 
Search WWH ::




Custom Search