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 input buffer in sql*plus?
explain the difference between bool, tinyint and bit. : Sql dba
What is a schema? How is it useful in sql servers?
How to revise and re-run the last sql command?
what is innodb? : Sql dba
Could you please provide oca (oracle 10g) dumps for my certification ?
what are all the common sql function? : Sql dba
What is the usage of sql functions?
What is difference between rank () row_number () and dense_rank () in sql?
what are the non-standard sql commands supported by 'mysql'? : Sql dba
What is foreign key sql?
What is sql engine in oracle?
How do I partition in sql?
how to drop an existing index in mysql? : Sql dba
What is a null value?