Which of the following is FALSE regarding FOREIGN KEYS in SQL Server 2012?

 Posted by Bandi on 7/30/2014 | Category: Sql Server Interview questions | Views: 2344 | Points: 40
Select from following answers:
  1. FOREIGN KEY constraints can reference only tables within the same database on the same server (unless triggers are used)
  2. FOREIGN KEY constraints are applied to the preceding column, unless source columns are specified
  3. FOREIGN KEY constraints are not enforced on temporary tables
  4. FOREIGN KEY constraints cannot reference another column in the same table
  5. All Above

Show Correct Answer


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response