What is Primary Key?

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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what is error ora-03113: end-of-file on communication channel?

612


What is clause?

618


Can I call a procedure inside a function?

564


What is the difference between stored procedure and view?

541


Is join an inner join?

544






how to get a list of all tables in a database? : Sql dba

519


Can you have a foreign key without a primary key?

517


What does varchar include?

527


Table 1: col1 Timestamp ---------------- 01-mar-2012 11:12:46 Table 2: col2 Timestamp -------------------- 01-mar-2012 11:12:10 01-mar-2012 11:11:23 Write a query to display a row with table2 col2 value less than tabl1 col1 value. Maximum timestamp value previous to table1 col1 value. Display a result as: Col1 col2 ----- ----- 01-mar-2012 11:12:46 01-mar-2012 11:12:10

1733


Mention what is the plv (pl/vision) package offers?

647


what is a trigger in mysql? Define different types of trigger. : Sql dba

562


What is user defined functions?

586


How to select 10 records from a table?

660


What is the syntax to add a record to a table?

583


How do you update f as m and m as f from the below table testtable?

1115