adplus-dvertising
frame-decoration

Question

The HAVING clause does which of the following?

a.

Acts like a WHERE clause but is used for groups rather than rows.

b.

Acts like a WHERE clause but is used for rows rather than columns.

c.

Acts like a WHERE clause but is used for columns rather than groups.

d.

Acts EXACTLY like a WHERE clause.

Posted under SQL DBMS

Answer: (a).Acts like a WHERE clause but is used for groups rather than rows.

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. The HAVING clause does which of the following?

Similar Questions

Discover Related MCQs

Q. What type of join is needed when you wish to return rows that do have matching values?

Q. Which of the following statements is true concerning routines and triggers?

Q. The following SQL is which type of join:
SELECT CUSTOMER_T. CUSTOMER_ID, ORDER_T. CUSTOMER_ID, NAME, ORDER_ID
FROM CUSTOMER_T,ORDER_T
WHERE CUSTOMER_T. CUSTOMER_ID = ORDER_T. CUSTOMER_ID

Q. Embedded SQL is which of the following?

Q. The following SQL is which type of join:
SELECT CUSTOMER_T. CUSTOMER_ID, ORDER_T. CUSTOMER_ID, NAME, ORDER_ID
FROM CUSTOMER_T,ORDER_T ;

Q. How many tables may be included with a join?

Q. Which of the following is one of the basic approaches for joining tables?

Q. Which of the following statements is true concerning subqueries?

Q. Which of the following is a correlated subquery?

Q. A UNION query is which of the following?

Q. Which of the following is true concerning triggers?

Q. Which of the following is true concerning a procedure?

Q. Which of the following is true concerning systems information in an RDBMS?

Q. A CASE SQL statement is which of the following?

Q. In SQL, which command is used to make permanent changes made by statements issue since the beginning of a transaction?

Q. In SQL, which command(s) is(are) used to enable/disable a database trigger?

Q. Which command is used to remove an index from the database in SQL?

Q. Which command is used to remove a table from the database in SQL?

Q. In SQL, GRANT command is used to

Q. In SQL, which command(s) is(are) used to enable/disable all triggers on a table?