单项选择题
A.drop table abc B.create table if exists abc C.create database abc D.create table abc
如果存在stu表,则将其删除的SQL语句是()。A.drop table to stuB.drop table...
单项选择题如果存在stu表,则将其删除的SQL语句是()。
A.drop table to stu B.drop table stu C.drop table if exists stu D.create table stu
查询wg表中所有数据的命令是()。A.select * from wgB.show tbalesC.show ...
单项选择题查询wg表中所有数据的命令是()。
A.select * from wg B.show tbales C.show databases D.show * from wg
查询wg表中ID列的内容的SQL语句是()。A.select ID from wgB.show ID from...
单项选择题查询wg表中ID列的内容的SQL语句是()。
A.select ID from wg B.show ID from wg C.select * from student group by ID D.show * from wg