How to achieve sequence of Insert operationHow to achieve sequence of Insert operation
We can use Trigger with AFTER INSERT option.
So best way to achieve sequence of insert would be through Trigger with After INSERT operation.
|
How to achieve sequence of Insert operationHow to achieve sequence of Insert operation
We can use Trigger with AFTER INSERT option.
So best way to achieve sequence of insert would be through Trigger with After INSERT operation.
|