what is primary key?

Answer Posted / arkchowdary

primary Key ----------- It is used to uniqely identify
each row in a table.

It is a combination of unique and Notnull.

A primary key can consist of one or more fields on a table.
When multiple fields are
used as a primary key, they are called a composite key.

Is This Answer Correct ?    4 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between Delete, Truncate and Drop in Oracle?

602


What is save point in oracle database?

721


How to set up autotrace for a user account?

586


Give the different types of rollback segments.

569


Explain the use of record length option in exp command.

548






How to convert csv to table in oracle?

520


What is analyze command used for?

572


How can we view last record added to a table?

591


How to commit the current transaction in oracle?

570


What is meant by a deadlock situation?

569


How to check the server version in oracle?

608


What do you mean by a database transaction & what all tcl statements are available in oracle?

544


What are the different pseudo commands? Explain in general?

537


what is IDE,DMV in sql server?

2236


Provide an example of a shell script which logs into SQLPLUS as SYS, determines the current date, changes the date format to include minutes & seconds, issues a drop table command, displays the date again, and finally exits.

1569