Answer Posted / manoj
primary key is a key which always accept unique value.
secondary key is a key which when you are making primary key
for more than one column as primary key for retrieving of
reords.
eg.
create table tnam
(ano number,
bno number,
bname char(12),
primary key(ano,bno))
In this bno is secondary key.
Is This Answer Correct ? | 31 Yes | 18 No |
Post New Answer View All Answers
What are the features of pl sql?
Is coalesce faster than isnull?
Explain alias in sql?
how to convert character strings to numeric values? : Sql dba
What are its different types of dbms?
What is an inner join sql?
what is uncommittable transactions? : Transact sql
what is single byte over head in oracle..?
How many tables can a sql database have?
what is log shipping? : Sql dba
What are the types of sql commands?
What is a natural join sql?
Can we have two clustered index on a table?
what is foreign key? : Sql dba
How to run sql commands in sql*plus?