Multiple choice Which of the following statements is/are false in SQL (Structured Query Language)? The order by clause removes duplicates. Distinct clause is used to remove duplicate records. Unique key has only one null value. A primary key does not allow any null value. None of the above Reveal answer Fill a bubble to check yourself B Correct answer Explanation Yes, distinct clause is used to remove duplicates form the result set.