Can a table have two primary keys?
Answer Posted / rahul khanke
primary key is only and only one in a table.
it may be in more column in table means
In one table --one primary key and more than one column on
the same table
Is This Answer Correct ? | 9 Yes | 4 No |
Post New Answer View All Answers
How long will it take to learn pl sql?
What is an exception in pl/sql?
Can we perform dml on view?
Do foreign keys improve performance?
what is a foreign key ? : Sql dba
what is recursive stored procedure? : Sql dba
What does := mean in pl sql?
what are the differences among rownum, rank and dense_rank? : Sql dba
How to add, remove, modify users using sql?
First round ------------------- - Procedure - Packages - Views - Virtual tables - Can we use dcl with in function? - Joins and few scenarios - Triggers and its type - Pragma, type and its functionality - How to create db link in oracle - Materialized view - How to find duplicate values from table? - Cursor and its functionality - Write a script to display friday and its date from a entire year. - Exception Handling Second round ------------------------ Gave a scenario like. Need to write a function to perform. When user try to change a password. It must not be last five password and a given password can be combination of characters, symbols, upper and lower case.
what is the difference between rownum pseudo column and row_number() function? : Sql dba
How can the performance of a trigger be improved?
What are the events on which a database trigger can be based?
What is an example of translating a date into julian format?
What is attribute indicator in pl sql?