What does the SQL keyword "DISTINCT" do?
Filters duplicate rows from the result set
Orders the result set in ascending order
Group rows that have the same values into summary rows
Joins two or more tables
This question is part of this quiz :
SQL Basics Quiz Questions