Multiple choice technology databases

Magic tables in Sybase are

  1. inserted

  2. updated

  3. deleted

  4. created

Reveal answer Fill a bubble to check yourself
A,C Correct answer
Explanation

Magic tables in Sybase are virtual tables used in triggers to access the data being modified. 'inserted' contains new rows (for INSERT and UPDATE), and 'deleted' contains old rows (for DELETE and UPDATE). These tables exist only during trigger execution and are not permanent tables.