站内搜索: 请输入搜索关键词
当前页面: 图书首页 > MySQL Tutorial

MySQL Tutorial

[ Directory ] Previous Section Next Section

Exercises

1:

Create a set of INSERT statements to place data in each table of your orders table.

2:

Delete the data from your tables.

3:

Write a data file containing the same data that you inserted in part 1 and load it into your orders database using LOAD DATA INFILE.


    [ Directory ] Previous Section Next Section