WHAT IS PRIMARY KEY???
Answers were Sorted based on User's Feedback
Answer / harmeetnamdhari
A PRIMARY KEY CONSTRAINT UNIQUELY IDENTIFIES EACH RECORDS IN
THE DATA BASE.
A PRIMARY KEY MUST CANTAIN UNIQUE VALUE.
A PRIMARY KEY COLUMN CAN NOT CONTAIN NULL VALUE.
| Is This Answer Correct ? | 7 Yes | 0 No |
Answer / guest
It is a unique key which can be used to uniquely identifies
each record in the table
| Is This Answer Correct ? | 1 Yes | 0 No |
Why we need stored procedures?
Name the browsers that can access asp pages?
What is pdf aspx?
Define garbage collection?
Explain the difference between client-side script and server-side script?
How does non-deterministic garbage collection affect my code?
What is IIS?
How to determine if a visitor has cookies support enabled in his/her browser?
Define response object?
Define a class in css?
Define managed code?
Where will you code OPTION EXPLICIT in an ASP application? WHY?