Interviewer And Interviewee Guide

SQL Notification Services Interview Question:

Explain the difference between a primary key and a unique key?

Submitted by: Administrator
► Both are defined to ensure unique row.
► Primary key creates a clustered index on the column by default.
► Unique creates a non-clustered index by default.
► Primary key doesn't allow NULLs, but unique key allows one NULL only.
Submitted by: Administrator

Read Online SQL Notification Services Job Interview Questions And Answers
Copyright 2007-2024 by Interview Questions Answers .ORG All Rights Reserved.
https://InterviewQuestionsAnswers.ORG.