Multiple choice sql View text definitions are stored in which system table? sysobjects syscolumns syscomments sysviews Reveal answer Fill a bubble to check yourself C Correct answer Explanation In SQL Server, the syscomments system table stores the actual text of views, stored procedures, triggers, and rules. The sysobjects table contains the names and types of objects, but not their underlying source code.