GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  GeekInterview.com  >  Interview Questions  >  Oracle  >  SQL Plus

 Print  |  
Question:  What is the basic difference between primary key and (unique key along with Not NULL).



April 04, 2007 15:21:23 #3
 ggk.krishna   Member Since: February 2007    Total Comments: 7 

RE: What is the basic difference between primary key a...
 

Hi Anil,
 Apart from NOTNULL, I can tell you one more difference.

We can define Primary key on only one column in a table.
But for Unique key there is no limit. we can define as many columns as we want.
     

 

Back To Question