Consider the following table named Student in a relational database. The primary key of this table is rollNum . The SQL query below is executed on this database. SELECT * FROM Student WHERE gender = 'F' AND marks > 65; The number of rows returned by the query is …
Topic-wise GATE CS PYQs with verified steps

