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 06:41:35 #5
 Maria   Member Since: Visitor    Total Comments: N/A 

RE: What is the basic difference between primary key a...
 
primary key = unique + not null + the only one PK column in the table + index on the PK column Created index enchances the queries on the PK column.
     

 

Back To Question