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
What are different functions in sql?
What is sql engine in oracle?
How to take user input in pl sql?
Does sql*plus have a pl/sql engine?
How many clustered indexes can you have?
What are all types of user defined functions?
Can we create table in function?
What is the maximum rows in csv?
How can a pl sql block be executed?
what is 'mysqldump'? : Sql dba
Define sql delete statement.
Is sql a programming?
What is #table in sql?
What is data definition language?
What is oracle sql called?