单项选择题
在student 表中的dep 字段上添加名为dep_idx 的全文索引,以下哪一个答案的字段及索引正确()
A.id int,stu_id int,index dep_idx(dep)B.id int,stu_id int,fulltext index dep_idx(dep)C.(id int,stu_id int,index dep_idx(dep))engine=myisamD.(id int,stu_id int,fulltext index dep_idx(dep))engine=myisam
单项选择题 MySQL 数据库中,数据类型decimal (X,Y)中的X 和Y 分别代表什么()?
单项选择题 在创建存储过程中,需要设置一些存储过程的特性参数,其中reads sql data 用来表示()
单项选择题 想要查询数据库中总共有多少数据库,以及每个数据库的名称,需要用以下()语句?