

InterviewSolution
Saved Bookmarks
1. |
Which of the following is not a Key in SQL Server?(a) Primary(b) Foreign(c) Alternate(d) SecondaryThis question was addressed to me in a job interview.My question is taken from Foreign, Candidate, Primary, Composite, Unique Keys topic in section Planning Oracle Applications of Oracle |
Answer» <html><body><p>Right option is (d) Secondary<br/><br/>The best I can explain: Except Secondary all are the <a href="https://interviewquestions.tuteehub.com/tag/types-15918" style="font-weight:bold;" target="_blank" title="Click to know more about TYPES">TYPES</a> of <a href="https://interviewquestions.tuteehub.com/tag/key-11608" style="font-weight:bold;" target="_blank" title="Click to know more about KEY">KEY</a> in <a href="https://interviewquestions.tuteehub.com/tag/sql-4621" style="font-weight:bold;" target="_blank" title="Click to know more about SQL">SQL</a> <a href="https://interviewquestions.tuteehub.com/tag/server-11236" style="font-weight:bold;" target="_blank" title="Click to know more about SERVER">SERVER</a>.</p></body></html> | |