Can a table have two primary keys?
Answer Posted / sankar
yes any table has only one primary key.but the basic idea
of pk is ....primary key=NOTNULL+UNIQUE KEY.which we can
give any column to a table and act as primary key
| Is This Answer Correct ? | 60 Yes | 28 No |
Post New Answer View All Answers
write an sql query to get third maximum salary of an employee from a table named employee_table. : Sql dba
Can I call a procedure inside a function?
What are transaction and its controls?
What is primary key and foreign key?
What are the different schemas objects that can be created using pl/sql?
What is the difference between syntax error and runtime error?
what is the bond code in materialized view?
How can we connect an Android App to an Oracle database and use the PL/SQL procedural code?
What is the order of sql select?
How does index help in query performance?
What are local and global Indexes and where they are useful.
How do sql databases work?
What is scope of pl sql developer in future?
Is sql free?
What are aggregate and scalar functions?