问题 更新时间2023/4/3 12:59:00 在Products数据库中建立一个新表authors,表中应该包含name列和每个作者的ID列,下列SQL语法正确的是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) 答案 登录 注册 参考答案:C 出自:联大 >> 河南财经政法大学SQL Server