Home » 
        MCQs » 
        SQL MCQs » 
        SQL Statements and Clauses MCQs
    
        
    Which statement is TRUE about the GROUP BY Clause?
    
    
    
    3. Which statement is TRUE about the GROUP BY Clause?
    
        - In order to retrieve rows, GROUP BY Clause is used.
 
        - In order to group the rows that share the same property, GROUP BY Clause is used.
 
        - In order to select the defined groups, GROUP BY Clause is used.
 
        - In order to return the rows, GROUP BY Clause is used.
 
    
    Answer: B) In order to group the rows that share the same property, GROUP BY Clause is used
    Explanation:
    In order to group the rows that share the same property, GROUP BY Clause is used.