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).



July 07, 2008 03:13:20 #10
 mohanban   Member Since: July 2008    Total Comments: 1 

RE: What is the basic difference between primary key and (unique key along with Not NULL).
 
In addition to all this,unique key along with Not NULL constraint has got a name i.e. "candidate key".So a table having a column which is unique as well as not null apart from primar key is known as a candidate key.Thanks...
     

 

Back To Question