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
What problem one might face while writing log information to a data-base table in pl/sql?
How can I tell if sql is running?
What is mutating table error?
Why indexing is needed?
Which software is used for pl sql programming?
What is rank function in sql?
Which are the different case manipulation functions in sql?
What is keys and its types?
What is a left join?
Does sql use python?
what is cursor and its type, what is ref cursor write a syntax to pass ref cursor into procedure out fucntion and call the procedure
Which is better join or subquery?
What are the different types of database management systems?
Is subquery faster than join?
What is sql key?