culTest

    One of the 25 questions in this topic

    How much do you know about Comprehensive Certification: From Design to Deployment?

    What is the function of the 'GROUP BY' SQL command?

    Answers

    Sort the results alphabetically.
    Group rows that have the same values ​​into specific columns to use aggregate functions.Correct
    Delete data groups.
    Unir dos tablas.

    Used with COUNT, SUM or AVG to obtain category statistics.