October 2002
Beginner
864 pages
18h 41m
English
This appendix contains the INSERT statements used to populate the sample tables with data. To populate the tables that you created based on Appendix B, “Code Examples to Create Tables,” simply log in to your database as the user (schema) who owns the tables created from Appendix B and execute these commands. If you are using MySQL, you might need to issue the use database command to ensure that you are working in the correct database.
Note that the exact syntax of some implementations of SQL may vary slightly from this code. This is basic SQL code to insert data into tables; the implementations used are Oracle and MySQL.
Unless specified by the words Oracle only, these INSERT statements work in both
Read now
Unlock full access