Consider the following relation: Student(sid: integer,sname:…
Consider the following relation: Student(sid: integer,sname: varchar, age: integer, GPA: float, dept: varchar) sid is the primary key. Which of the listed choices is the best to speed up the query: select sname where gpa>3.0?
Read Details