Temporary Tables Magic Table and Injection in SQL
Tempopary tables Tempopary tables are created at runtimes and ability to perform all the operation like the normal table. These tables have limited scope. This table is stored in tempdb. There are two types of temporary table: Local Temporary table: This table is available only for the current connection. It is automatic deleted once disconnects from instance. This table is createdby putting
- Read more about Temporary Tables Magic Table and Injection in SQL
- Log in or register to post comments
- 37 views