What are nested triggers ?
Answer Posted / sudipta tripathy
A nested table is a table that appears as a
column in another table.But we can perform
the same operation on it as on other table.
| Is This Answer Correct ? | 2 Yes | 29 No |
Post New Answer View All Answers
How to avoid using cursors? What to use instead of cursor and in what cases to do so?
How do I view tables in mysql?
What are different types of sql?
what is rollback? : Sql dba
What is rtm stands for?
Explain sql data types?
What are sql indexes?
What does seeding a database mean?
What is the importance of sqlcode and sqlerrm?
Why do we use partitions in sql?
How do temporal tables work?
how to get @@error and @@rowcount at the same time? : Sql dba
When a dml statement is executed, in which cursor attributes, the outcome of the statement is saved?
Is grant a ddl statement?
Why is pl sql used?