The database we have been working on so far has three tables: employee, office, and sales_meeting. Only one of these tables has any data in it: the employee table. Adding data to a table is a separate step to creating the table.
Earlier in the book, when you added data to the employee table, you used the menu options within SQL Developer. You did this when you set up the table, and when you added more data to the table. However, just as we learned that creating a table can be done with a statement, adding data can also be done with an SQL statement.