Can a table have two primary keys?
Answer Posted / balaji
a table can have only one primary key.
u can make another primary key
that is called a composite primary key
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Which kind of parameters cannot have a default value in pl sql?
What are local and global Indexes and where they are useful.
How do you modify a trigger?
How do I add a database to sql?
What is mutating error?
Can we call stored procedure in function?
what is log shipping? : Sql dba
Is pl sql a scripting language?
Why we use pl sql?
Which column of the user triggers data dictionary view displays the database event that will fire the trigger?
What are views in sql?
How do I count rows in sql query?
How many databases can sql express handle?
what is a constraint? : Sql dba
what are sequences