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
Is inner join same as self join?
What is crud diagram?
Why schema is used in sql?
Why is pl sql used?
Explain what is dbms?
What does select top 1 do in sql?
Can we use ddl statements in stored procedure sql server?
Which constraints we can use while creating database in sql?
What are the topics in pl sql?
how to shut down the server with 'mysqladmin'? : Sql dba
How do you modify a column in sql?
What is meant by temporal data?
Can procedure in package be overloaded?
Can we update views in sql?
Explain the structure of pl/sql in brief.