INSERT INTO "Employee" ("EmployeeId", "LastName", "FirstName", "Title", "BirthDate", "HireDate", "Address", "City", "State", "Country", "PostalCode", "Phone", "Fax ...
Now that you've learned how to insert and select data from a table, let's put that to use. We're going to use the cats table we created in the last lab and insert some data into it. Then we'll write ...