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
How to install oracle sql developer?
What is sql partition function?
What are user defined functions?
What is join view in sql?
How does a trigger work?
How to run pl/sql statements in sql*plus?
What is numeric function sql?
What are the different datatypes available in PL/SQL?
How to fix oracle error ora-00942: table or view does not exist
Explain the the delete statements in sql?
What is db journal file?
What are sql constraints?
who introduced sql?
What are the benefits of pl sql?
How do I partition a table in sql?