how i can create temporary table?
Answer / m.n
CREATE GLOBAL TEMPORARY TABLE TEMP_TRAN
(
COL1 NUMBER(9),
COL2 VARCHAR(30),
COL3 DATE,
CONSTRAINT PK_TEMP_TRAN PRIMARY KEY(COL1)
) ON COMMIT DELETE ROWS
Is This Answer Correct ? | 11 Yes | 0 No |
In which directory your flatfile is given?if u connected different instance where it is find?
what is unit of measure classes? give atleast two examples. name the underlying table.
How relation will be made between modules in oracle financial?
How to create multi-layout reports ? If we have 5 layouts , then how to get into the 4th one ?
Tell me where we find the status of order information?
what is MRC? Why it is needed?
what are the receipt types in Po?
what are the types of interfacing?
how can i print random rows in plsql table
what is difference between d2k report and oracle apps report
what is meant by Table space?
In hierarchical structure of a database? we have write query from where we should start?