what is global table

Answer Posted / rk

Global temporary tables are distinct within SQL sessions.

The basic syntax is:

CREATE GLOBAL TEMPORARY TABLE table_name ( ...);

Is This Answer Correct ?    9 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What does the acronym acid stand for in database management?

540


How do I count duplicates in sql?

543


Is left join same as inner join?

534


how to rename an existing column in a table? : Sql dba

509


what happens if you no create privilege in a database? : Sql dba

528






how many sql dml commands are supported by 'mysql'? : Sql dba

567


How many columns should be in an index?

518


Is json a nosql?

537


How do I run a sql script?

510


explain the difference between delete , truncate and drop commands? : Sql dba

546


What is server name sql?

588


How many sql are there?

510


What is the difference between sql and t sql?

533


What programs use sql?

523


What is on delete restrict?

534