Some of the core sys tables can be updated, true or false
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.