A、CREATE TABLE Authors ON Products (name varchar(50),ID smallint)
B、ALTER DATABASE Products ADD TABLE Authors (name varchar(50),ID smallint)
C、CREATE TABLE Products.Authors(name varchar(50),ID smallint)
D、CREATE TABLE Products.Authors(name,ID)
A、CREATE TABLE Authors ON Products (name varchar(50),ID smallint)
B、ALTER DATABASE Products ADD TABLE Authors (name varchar(50),ID smallint)
C、CREATE TABLE Products.Authors(name varchar(50),ID smallint)
D、CREATE TABLE Products.Authors(name,ID)
时间:2021-09-03 15:52 关键词: 联大 河南财经政法大学SQLServer