Can a table have two primary keys?
Answer Posted / kumar navdeep shanker
Ya, it is possible..
try with this Query..
create table cust11
(
cno int not null,
balance int not null,
cname varchar(10),
CONSTRAINT cust primary key (
cno,balance)
)
If there is any Problem.. plz reply
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
is mysql query is case sensitive? : Sql dba
What is materialized view. What are different methods of refresh?
What is the use of index in hive?
What is the starting oracle error number?
Is oracel sql developer written in java?
Can we change the table name in sql?
what are the other commands to know the structure of table using mysql commands except explain command? : Sql dba
Does truncate release storage space?
How do I view a sql database?
Does google use sql?
What is a join?
Explain constraints in sql?
What is difference between nchar and nvarchar?
What is auto increment feature in sql?
What does seeding a database mean?