Can a table have two primary keys?

Answer Posted / anish kumar anand

create table emp
(empno varchar2(10) constraint empnopk primary key,
e_id varchar2(10) constraint eiduk unique not null);

Is This Answer Correct ?    7 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain correlated query work?

599


How do I edit a trigger in sql developer?

543


What is the order of sql select?

572


What is the difference between a procedure and a function?

494


What is the best sql course?

534






What is the non-clustered index in sql?

589


How to run pl sql program in mysql?

512


Why select is used in sql?

520


How can check sql version from command line?

536


How many databases can sql express handle?

536


Explain isolation levels. : Transact sql

579


Enlist some predefined exceptions?

584


What is rollback?

586


Explain what is sql*plus?

670


What is join view in sql?

515