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
Why left join is used in sql?
How is pl sql different from sql?
Which join is like inner join?
Which command is used to call a stored procedure?
Enlist the advantages of sql.
What are some predefined exceptions in pl/sql?
what is oltp (online transaction processing)? : Sql dba
what are the maximum number of rows that can be constructed by inserting rows directly in value list? : Transact sql
What is the use of pl/sql table?
Is sql scripting language?
What is the difference between left and left outer join?
What is pivot table in sql?
What is a subquery in sql?
What is oracle sql called?
Describe sql comments?