Add a new database and table with data in it to test your server's setup.
添加一个新数据库和表,其中带有用来测试服务器的设置的数据。
After the database is created, you'll create a table, then add some columns.
在创建数据库之后,将创建一个表,然后添加一些列。
DML commands are used to add, modify, delete, or select data from a table in the database.
DML命令用来在数据库表中添加、修改、删除或选择数据。
应用推荐