Answer Posted / satheeh
Primary key is nothing but restriction or condition or constraint given to a specific column to avoid the null and duplicate values.
primary key=not null+unique
that means primary key performs both operations at a time.
primary key plays vital role when relationship between two or more tables
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
How can you view the errors encountered in a trigger?
how to enter numeric values as hex numbers? : Sql dba
Explain mutating table error.
What is the difference between numeric and autonumber?
Why is there a need for sqlcode and sqlerrm variables?
Is join same as left join?
What is the purpose of using pl/sql?
What are different types of sql commands?
what is the difference difference between procedure and packages
Can we write dml inside a function in sql server?
What is the difference between a subquery and a join?
Explain the working of foreign key?
How many types of indexes are there in sql?
What are system versioned tables?
What are tuples in sql?