In this chapter, you were introduced to importing and exporting data. You learned how to import and export data with the table data import and export functionality in MySQL Workbench. You also learned how to import and export data with the SQL data import and export functionality in MySQL Workbench. In the Understanding result data export section, you learned how to export data directly from MySQL Workbench. Finally, you learned how to use SQL syntax to import data with LOAD DATA INFILE, and how to export data with SELECT INTO OUTFILE.
In the next chapter, you will learn how to query a single table. This includes learning how to use the SQL SELECT statement, and FROM, WHERE, and ORDER BY clauses. This will also include how to tell which index your query is using and if you may need additional indexes.