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
Is it possible to read/write files to-and-from PL/SQL?
How do I save the results of sql query in a file?
What is sql and how does it work?
Is primary key always clustered index?
Which is faster subquery or join?
What is the difference between delete, truncate and drop command?
What are the different ways to optimize a sql query?
What is the difference between a subquery and a join?
Can cursors be part of a trigger body?
Does pl sql work in mysql?
Advantages and disadvantages of stored procedure?
what is the difference between delete and truncate statement in sql? : Sql dba
What is coalesce sql?
What are the parameter modes supported by pl/sql?
Mention what is the use of function "module procedure" in pl/sql?