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
Which command is used to call a stored procedure?
What is a null value?
What are the rules to be applied to nulls whilst doing comparisons?
what is 'mysqld'? : Sql dba
How can we avoid duplicating records in a query?
What is the usage of sql functions?
Can you have more than one trigger on a table?
What is the difference between rename and alias?
What is a ddl command?
What is java sql driver?
Write a program that shows the usage of while loop to calculate the average of user entered numbers and entry of more numbers are stopped by entering number 0?
Does sql backup shrink transaction log?
What are the different ways to optimize a sql query?
What are reports usually used for?
Explain the uses of a database trigger?