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
How much does sqlite cost?
what is sql server agent? : Sql dba
what are date and time data types in mysql? : Sql dba
Define SQL and state the differences between SQL and other conventional programming Languages?
Is pl sql useful?
What is sql key?
What is the difference between union and union all command?
What is the location of pre_defined_functions.
Which is better join or inner query?
What is trigger types in sql?
How to pipe multiline string to isql?
how to implement one-to-one, one-to-many and many-to-many relationships while designing tables? : Sql dba
Why function is used in sql?
What are the types of queries in sql?
How do I view a table in sql?