InterviewSolution
Saved Bookmarks
| 1. |
What is temporary table in MySQL? |
|
Answer» In MySQL, a temporary table is a distinct type of table that approves you to save a transient end RESULT SET, in which you can REUSE countless INSTANCES in a single session. A brief table is created with the aid of the use of the CREATE TEMPORARY TABLE statement. |
|