Multiple choice technology databases

Some of the core sys tables can be updated, true or false

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

System tables in Sybase (those with the 'sys' prefix like sysobjects, syscolumns) are critical to database operation and should never be directly updated by users. Direct manipulation of system tables can corrupt the database and is strongly discouraged. All system table modifications should be done through proper system stored procedures. The statement is false.