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 the difference between clustered and non-clustered indexes?
what is the syntax for using sql_variant_property? : Transact sql
Can we join tables without foreign key?
What are commit, rollback, and savepoint?
How can a pl sql block be executed?
What is java sql driver?
What are the datatypes available in pl/sql ?
Define implicit and explicit cursors.
What pl/sql package consists of?
What is set transaction?
How do I tune a sql query?
Which sql statement is used to delete data from a database?
What plvcmt and plvrb does in pl/sql?
What is difference between joins and union?
Which command is used to call a stored procedure?