关于下列代码说法有误的是:( )
create table abc( ****,****);
创建一个表abc
alter table *** add primary key(**)
添加一个主键
mysql -u root -p111
进入mysql数据库
Select a,b,c from a where a in(select d from b)
使用外连接查询
关于下列代码说法有误的是:( )
create table abc( ****,****);
创建一个表abc
alter table *** add primary key(**)
添加一个主键
mysql -u root -p111
进入mysql数据库
Select a,b,c from a where a in(select d from b)
使用外连接查询