Answer Posted / 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 View All Answers
Is inner join faster than left join?
What is your daily office routine?
what are the advantages of sql ? : Sql dba
Do we need to rebuild index after truncate?
define sql insert statement ? : Sql dba
What is the current version of postgresql?
Can we use distinct and group by together?
how to escape special characters in sql statements? : Sql dba
How do I remove duplicates in two columns?
Is primary key clustered index?
Can we rollback truncate?
Does group by remove duplicates?
what is collation? : Sql dba
how to use regular expression in pattern match conditions? : Sql dba
what are aggregate and scalar functions? : Sql dba