How to create two separate foreign key columns in two different tables with the same name in a database

后端 未结 0 578
名媛妹妹
名媛妹妹 2021-01-04 02:15

I wrote this code:

SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO

CREATE TABLE [dbo].[USERS]
(
    [ID] [int] NOT NULL,
    [First_Name] [varchar](50) NOT          


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