Login
Remember
Register
Ask a Question
Define a temp table in SQL?
0
votes
asked
Jul 12, 2020
in
Sql
by
Robindeniel
Define a SQL temp table?
#sql-temp-table
#temp-table-sql
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jul 12, 2020
by
SakshiSharma
A temp table is a temporary storage structure to store the data temporarily.
...