What is a temp table?
Answer / Arun Kumar Sharma
A temporary table is a table that is created for the duration of a session or transaction. After the session or transaction ends, the temporary table is automatically dropped.nnExample:nIn SQL: CREATE GLOBAL TEMPORARY TABLE temp_table (column1 datatype, column2 datatype);
| Is This Answer Correct ? | 0 Yes | 0 No |
What is primary key and foreign key?
Can we alter stored procedure?
How is a process of pl/sql compiled?
When we give SELECT * FROM EMP; How does oracle respond?
24 Answers Accenture, HCL, Infosys,
how to concatenate two character strings? : Sql dba
Explain the insert into statements in sql?
Explain the difference in execution of triggers and stored procedures?
How do we tune the code?
Give which cursor is better for better performance means type of cursors?
What is normalization and types of normalization?
22 Answers Etisbew, F-TEC, Microsoft, TechProcess,
which command using query analyzer will give you the version of sql server and operating system? : Sql dba
What is trigger and how to use it in sql?
Oracle (3253)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)