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
Does varchar need length?
who introduced sql?
Is sqlite free?
How do you write an inner join query?
What is sql prepared statement?
What is sql*plus?
What is recursive join in sql?
How to sort the rows in sql.
What does rownum mean in sql?
Can I create table without primary key?
What are different types of tables in sql?
How to get help at the sql prompt?
What is view explain with example?
What are the types of records?
what is 'mysqlimport'? : Sql dba