Question: What is wrong here? USE PRODUCTINFORMATION GO CREATE TABLE Product(ProductId,INT null default constraints, ProductCategoryID,INT null default constraints, SupplierID,INT null default constraints, InventoryID,INT null default constraints)
What is wrong here?
USE PRODUCTINFORMATION GO CREATE TABLE Product(ProductId,INT null default constraints, ProductCategoryID,INT null default constraints, SupplierID,INT null default constraints, InventoryID,INT null default constraints) GO
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
