Can a table have two primary keys?
Answer Posted / ramireddy
No, A table having only one primary key.
If you declare as Primary
key(<column_name>,<column_name>,<column_name>) for any
table. This type key is called as composite key.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the difference between truncate and drop statements?
Explain the uses of a database trigger?
Why we use sql profiler?
What are few of the schema objects that are created using PL/SQL?
Suppose a student column has two columns, name and marks. How to get name and marks of the top three students.
What is pls integer?
What pl/sql package consists of?
How can we solve sql error: ora-00904: invalid identifier?
Is the primary key an index?
What is the basic form of sql query?
What does joining a thread mean?
how to see the create table statement of an existing table? : Sql dba
What do you mean by stored procedures?
When should I use nosql database?
Is sql pronounced sequel or sql?