Results for "Virtual table"
2 / 184 posts
How to use Magic (virtual) table INSERTED and DELETED in SQL server
Magic Tables are virtual tables that are automatically created and maintained by SQL Server for each data modification operation performed on a table. They…
comma saparate database mysql
Mar 19, 2026 2 min read
What is View in SQL server
A view is a virtual table based on the result-set of an SQL statement. A view contains rows and columns, just like a real table. IF OBJECT_ID('ViewTable','…
cloud comma saparate database
Mar 19, 2026 1 min read