What is the use of primary key?



What is the use of primary key?..

Answer / Anoop Tiwari

The primary key in SQL and PL/SQL is used to uniquely identify each record in a table. It ensures that no two records have the same value for the primary key, thus maintaining data integrity.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SQL PLSQL Interview Questions

use of IN/ANY/ALL

5 Answers   Ramco,


Explain the savepoint statement.

1 Answers  


What is difference between nchar and nvarchar?

1 Answers  


what is log shipping? : Sql dba

1 Answers  


What are the blocks in stored procedure?

6 Answers   Microsoft,


Why use truncate instead of delete?

1 Answers  


what are all the different normalizations? : Sql dba

1 Answers  


What is the use of sqldataadapter?

1 Answers  


What are the different type of joins in sql?

1 Answers  


How to run pl sql program in mysql?

1 Answers  


what are the advantages and disadvantages of views in a database? : Sql dba

1 Answers  


How do you go back in sql?

1 Answers  


Categories