What is Primary Key?

Answers were Sorted based on User's Feedback



What is Primary Key?..

Answer / ashis kumar jena

A primary key is one which uniquely identifies a row
of a table.
This key does not allow null values and also
does not allow duplicate values.
Each table should have a primary key, and each table can
have only one primary key.

Is This Answer Correct ?    16 Yes 2 No

What is Primary Key?..

Answer / perumal

1. Primary Key Doesn't allow the NULL values and also
does not allow duplicate values.

2. Primary Key has the Unique Columns.

3. Primary Key Uniquely Identify the each row of the tables.

Is This Answer Correct ?    14 Yes 3 No

What is Primary Key?..

Answer / hannan oca

primary key =notnull+unique value in column

a table consist of only one primary key.

Example

a primary key is like a father in house, like only one but
there may be a lot of childs just like columns.

Is This Answer Correct ?    3 Yes 1 No

What is Primary Key?..

Answer / 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

More SQL PLSQL Interview Questions

What is java sql package?

0 Answers  


What is pl sql record in oracle?

0 Answers  


What is the use of double ampersand (&&) in sql queries? Give an example

0 Answers  


display null value rows with out using null function?

8 Answers   Infosys,


what is “go” in t-sql? : Transact sql

0 Answers  






What are the two characteristics of a primary key?

0 Answers  


How do I partition in sql?

0 Answers  


what is constraining table?

2 Answers  


Difference between global and parameter variables?

0 Answers   TCS,


What is compilation error in pl sql?

0 Answers  


Are subqueries faster than joins?

0 Answers  


What is a call statement? Explain with an example.

0 Answers  


Categories