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
explain the advantages and disadvantages of stored procedure? : Sql dba
What is a common use of group by in sql?
What are all the common sql functions?
What jobs use sql?
Which tcp/ip port does sql server run on? How can it be changed? : Sql dba
how many tables will create when we create table, what are they? : Sql dba
What is package in pl sql?
What is mdf ldf and ndf?
What does the hierarchical profiler does?
What is data type in sql?
What does cursor do in sql?
Is primary key clustered or nonclustered?
how to load data files into tables with 'mysqlimport'? : Sql dba
Can pl sql procedure have a return statement?
What does sql stand for?