Can a table have two primary keys?
Answer Posted / murugavel. u
ya..it's possible when, a table contains more than one
fields. we can able to set the primary for two or more..
thanks.,
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
Why we use stored procedure instead of query?
1. is it possible to use the cursor atttibutes (%found ,% rowcount , %isopen , %notfound ) to our user defined cursor names ....... cursor cursor_name is select * from scott.emp if you use... cursor_name%found , %rowcount ,%isopen,%notfound...will it work... -------------------------- 2.what is the difference between the varray and index by table .. -------- 3. type type_name is table of number(8,3) index by binary_integer; identifier_name type_name; first , last , prior , next ,trim are the methods we can use it for the above type...simillary is there any way to apply for cursors... with thanks and regards..sarao...
How do I audit the sql sent to the server?
How can a pl sql block be executed?
Is sql harder than python?
Why do we use triggers?
What is the source code of a program?
What is insert command in sql?
what is foreign key? : Sql dba
What is the starting oracle error number?
What is the basic form of sql query?
Which constraints we can use while creating database in sql?
What is difference between sql and mysql?
What is a crud api?
how to create a new view in mysql? : Sql dba