To show the current contents of the employee database, either double click on the employee database icon on the right of the screen or drag the icon to the open bar at the top of the screen. The bar at the top will state, “SELECT * FROM employee e;” which is SQL for “From the employee table (which I can also call e) show me the content of all fields for each record.” The semicolon marks the end of a command. Type control 1 enter to execute the command and show the contents of the currently blank table.