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
What does count (*) mean?
Can a table contain multiple primary key’s?
Enlist some predefined exceptions?
Describe types of sql statements?
Is sql a programming?
what are the 'mysql' command line options? : Sql dba
What is normalization in sql?
What is crud stand for?
How to add, remove, modify users using sql?
What is localdb mssqllocaldb?
Can a key be both primary and foreign?
Why we use join in sql?
Name some usages of database trigger?
What is difference between my sql and sql?
What is sql analyzer?