... use databasename; //选择数据库 (use内部命令) create table name; //创建表 drop table name; // 直接删除表 ...
基于1个网页-相关网页
Note: The system fails to create the table if a table with the same name already exists in the user database.
注意: 如果这个表格的名称与这个用户数据库中已经存在的名称相同,这个系统就不能创建这个表格。
The class can also create a type of the value of a database field, given the field name of the database table.
如果指定数据库表的字段名,这个类还可以创建数据库字段值的类型。
In particular, I don't like that I have to specify the name of the table and the fields each time I create a book.
具体来说,我不愿意每次创建图书的时候都要指定表和字段的名称。
应用推荐