differentiate between a global and a local


Differentiate between a Global and a Local temporary table?

- A local temporary table exists only for the duration of a connection or if defined inside a compound statement, for the duration of compound statement.

- Global temporary tables (created with a double "##") are visible to all sessions.

- Global temporary tables are dropped when the session which created it ends and all other sessions have stopped referencing it.

 

Request for Solution File

Ask an Expert for Answer!!
Database Management System: differentiate between a global and a local
Reference No:- TGS0354991

Expected delivery within 24 Hours