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
What are the 3 modes of parameter?
What are the two types of cursors in pl sql?
Is primary key is clustered index?
What are stored procedures in mysql?
Is natural join same as inner join?
What is coalesce sql?
Explain polymorphism in pl/sql.
How do you exit in sql?
What are the key differences between SQL and PL SQL?
how many ways we can we find the current date using mysql? : Sql dba
What are sql built in functions?
How to Execute a Package in PL/SQL.?
What is a data manipulation language?
Write a sql select query that only returns each name only once from a table?
What is the difference between left join and right join?