Previous Page
Next Page

Summary

In this chapter, you learned how to use INSERT to insert rows into a database table. You learned several other ways to use INSERT, and why explicit column specification is preferred. You also learned how to use INSERT SELECT to import rows from another table. In the next chapter, you'll learn how to use UPDATE and DELETE to further manipulate table data.


Previous Page
Next Page