Can a table have two primary keys?
Answer Posted / san
Yes we can keep but it become composite key
means primary key for that perticular coloum only
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Can you rollback after commit?
How can I tell if sql is running?
Is record in pl sql?
How can you tell the difference between an index and a view?
Why do we use procedures in sql?
What is a database? Explain
what are null values? : Sql dba
What is duration in sql profiler trace?
i have a column which may contain this kind of value: 123*67_80,12*8889_5,34*8_874 ,12*7_7 (can contain space before a comma, and this string length can be anything) now i want to split this value into two column like: column1: 123*67,12*8889,34*8,12*7 column2: 80,5,874,7 use function for this
What can you do with pl sql?
What is an example of translating a date into julian format?
What is sql engine in oracle?
What are the operators in sql?
What does fetching a cursor do?
What is cursor status?