how to create a primary key with out creating an index?
Answer Posted / anubha
The above trigger will give error of mutating table as in
this trigger you are doing dml operation on the triggering
table.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the difference between instead of trigger and after trigger?
What is transaction control language (tcl)?
What is an inconsistent dependency?
how to check myisam tables for errors? : Sql dba
What are the conditions an underlying table must satisfy before a cursor can be used by a positioned update or delete statement? : Transact sql
List the ways to get the count of records in a table?
what is the stuff function and how does it differ from the replace function? : Sql dba
how to start mysql server? : Sql dba
What is the purpose of using pl/sql?
Is sql an operating system?
Is it possible to create startup or shutdown trigger for on-schema?
What is sql character function?
Why schema is used in sql?
Explain the components of sql?
what are all the different types of indexes? : Sql dba