Magic tables in Sybase are
-
inserted
-
updated
-
deleted
-
created
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.