WHAT IS PRIMARY KEY???

Answers were Sorted based on User's Feedback



WHAT IS PRIMARY KEY???..

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

WHAT IS PRIMARY KEY???..

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

Post New Answer

More ASP Interview Questions

Why we need stored procedures?

1 Answers  


Name the browsers that can access asp pages?

1 Answers  


What is pdf aspx?

1 Answers  


Define garbage collection?

1 Answers  


Explain the difference between client-side script and server-side script?

1 Answers  


How does non-deterministic garbage collection affect my code?

1 Answers  


What is IIS?

2 Answers  


How to determine if a visitor has cookies support enabled in his/her browser?

1 Answers  


Define response object?

1 Answers  


Define a class in css?

1 Answers  


Define managed code?

1 Answers  


Where will you code OPTION EXPLICIT in an ASP application? WHY?

1 Answers  


Categories