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
how to include character strings in sql statements? : Sql dba
how to install mysql? : Sql dba
Does a join table need a primary key?
what are the different type of sql's statements ? : Sql dba
Why use truncate instead of delete?
Do prepared statements prevent sql injection?
What is the difference between truncate and drop statements?
Which is the correct statement about truncate and delete?
How run sql*plus commands that are stored in a local file?
How do I save the results of sql query in a file?
What are the parameter modes supported by pl/sql?
What are sql ddl commands?
Is microsoft sql free?
What can you do with pl sql?
What are literals in sql server?