Can a table have two primary keys?
Answer Posted / jamalvalli
Yes we can use. for Example
create table emp(empno number(5), ename varchar2(20),
deptno number(5) add primary key Pk_constraint( empno,
deptno))
| Is This Answer Correct ? | 18 Yes | 38 No |
Post New Answer View All Answers
describe mysql connection using mysql binary. : Sql dba
How can one get sql*loader to commit only at the end of the load file? : aql loader
Do we need commit after truncate?
What is assignment operator in pl sql?
What is oracle sql called?
What is pl sql variable?
how to get help information from the server? : Sql dba
When is the explicit cursor used ?
Why is %isopen always false for an implicit cursor?
How to get list of all tables from a database?
Why sql query is slow?
Can we call dml statement in function?
How to order siblings in oracle hierarchy queries?
Is postgresql a nosql database?
How insert into statements in sql?