Can a table have two primary keys?
Answer Posted / sowmya
Hi
A table can have only one primary key.but a primary key can
have two column fields
Ex i have a employee table.and i have fields eno,ename,esal
i can declare primarykey(esal,ename)
let me know if i am wrong
| Is This Answer Correct ? | 20 Yes | 12 No |
Post New Answer View All Answers
What is pl sql in oracle?
Which nosql database is best?
what are the advantages and disadvantages of cascading style sheets? : Sql dba
What is substitution variable?
How do I save a stored procedure?
What does count (*) do in sql?
How to set up sql*plus output format in oracle?
What is the difference between local and global temporary table?
What are the types of triggers in sql?
How do you modify a table in sql?
Is there a 64 bit version of ssms?
Is record in oracle pl sql?
write an sql query to find names of employee start with 'a'? : Sql dba
What are inner outer left and right joins in sql?
How do I clear the screen in sql plus?