Computer Science, asked by Anku4455, 1 year ago

When a local temporary table is created inside a stored procedures the table disappears when the procedure is exited?

Answers

Answered by Arslankincsem
0

Yes, the table is created for temporary purpose and it must be disappeared when the process is completed.


This is one of the important process in a procedure and must be handled with utmost perfection.


The creator should take necessary care while forming the table.


The table will be disappeared at the end of the process

Similar questions