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
what is recursive stored procedure? : Sql dba
Is sql similar to python?
Explain what is rdbms?
How to disable a trigger name update_salary?
What is the maximum number of triggers, you can apply on a single table?
Which is faster union or join?
what is a stored procedure? : Sql dba
what is 'mysqldump'? : Sql dba
How delete all data from all tables in sql?
Explain the methods used to protect source code of pl/sql.
what does it mean to have quoted_identifier on? : Sql dba
what is normalization? : Sql dba
What is sql scripting?
give the syntax of grant and revoke commands? : Sql dba
What are the operators used in select statements?