3>4> IF EXISTS(SELECT *5> FROM sys.views6> WHERE name = 'StudentGrades' AND7> schema_id = SCHEMA_ID('dbo'))8> DROP VIEW dbo.StudentGrades9> GO1>