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
Mention what does plv msg allows you to do?
What is pl sql in dbms?
How will you distinguish a global variable with a local variable in pl/sql?
Explain the steps needed to create the scheduled job?
what is an execution plan? When would you use it? How would you view the execution plan? : Sql dba
explain the options of myisamchk to improve the performance of a table. : Sql dba
How to sort the rows in sql.
Why is partition used in sql?
Which is faster truncate or drop?
Is pl sql still used?
Why do we use sql constraints? Which constraints we can use while creating database in sql?
What is the current version of postgresql?
Describe sql comments?
What is parameter substitution in sql?
What are the advantages of normalization?