A、CREATE TABLE AUTHORS ON Prpducts(name varchar(50),IDsmallint)
B、ALTER DATABASE products ADD TABLE Authors(name varchar(50),IDsmallint)
C、CREATE TABLE Products.Authors(name varchar(50),IDsmallint)
D、Create TABLE Products.Authors(name,ID)
A、CREATE TABLE AUTHORS ON Prpducts(name varchar(50),IDsmallint)
B、ALTER DATABASE products ADD TABLE Authors(name varchar(50),IDsmallint)
C、CREATE TABLE Products.Authors(name varchar(50),IDsmallint)
D、Create TABLE Products.Authors(name,ID)