The data engineering team has a dynamic view with following definition: CREATE VIEW students_vw AS SELECT * FROM students WHERE CASE WHEN is_member ( "instructors" ) THEN TRUE ELSE is_active IS FALSE END Which statement describes the results returned by querying this view?