A
A
Andrey Astafiev2016-04-05 09:11:40
Oracle
Andrey Astafiev, 2016-04-05 09:11:40

What is a temp sql table?

A friend advised me to use a tempo table in the database. What is it? Where to read the description?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
S
Swartalf, 2016-04-05
@Swartalf

It is possible on the off site
https://docs.oracle.com/cd/B28359_01/server.111/b2...
or in Russian (the first that Google gave out)
www.cyberguru.ru/database/oracle/temp-tables. html

D
Dmitry Kovalsky, 2016-04-05
@dmitryKovalskiy

A "tempo" table is a table that exists within a single query (at least it should, if you delete it and consider deleting it in case the query itself fails). It can be used as a regular table - join, select, and so on. I hope this is a fairly correct solution for your task, since in oracle there is also such a thing as a CTE, which is very similar to a temporary table, but does not require its manual removal.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question