MySQL HAVING


  1. Which among the following belongs to an “aggregate function”?











  1. View Hint View Answer Discuss in Forum

    NA

    Correct Option: C

    LOWER


  1. “COUNT” keyword belongs to which categories in Mysql?











  1. View Hint View Answer Discuss in Forum

    NA

    Correct Option: B

    Aggregate functions



  1. What is the meaning of “HAVING” clause in Mysql?











  1. View Hint View Answer Discuss in Forum

    NA

    Correct Option: C

    To filter out the row values


  1. Which clause is similar to “HAVING” clause in Mysql?











  1. View Hint View Answer Discuss in Forum

    NA

    Correct Option: C

    “WHERE” is also used to filter the row values in Mysql.