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
What is data definition language?
What is offset in sql query?
How you improve the performance of sql*loader? : aql loader
What is sql*loader?
Show how functions and procedures are called in a pl/sql block.
What are the different ways to optimize a sql query?
Which are the different case manipulation functions in sql?
what is union? : Sql dba
Can function return multiple values in sql?
what is datawarehouse? : Sql dba
What is index example?
What is a schema? How is it useful in sql servers?
What is the difference between database trigger and stored procedure?
What is synchronized subquery?
what is the difference between mysql_fetch_object and mysql_fetch_array? : Sql dba