Can someone explain just what a virtual table in SQL is?
Is it a table that is created in RAM (primary memory) whenever it is needed as opposed to a table stored inside a database?
So when they say the inserted/deleted tables are virtual tables, then they mean that they are tables created in RAM and don't belong inside the database like other tables?
Thanks
Joe