Trying to change the name of a foreign key column

后端 未结 0 901
借酒劲吻你
借酒劲吻你 2021-02-14 03:50

I have these two tables:

CREATE TABLE Collaborators (
  CustomerID INT NOT NULL,
  FirstName VARCHAR(25),
  LastName VARCHAR(25),
  Street VARCHAR(50),
  City VAR         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题