0 votes
in Sql by
Which of the following is the correct syntax for a HAVING clause in SQLite?

a) HAVING condition

b) WHERE condition HAVING columns

c) HAVING columns WHERE condition

d) None of the above

1 Answer

0 votes
by
Answer: a) HAVING condition

Explanation: The correct syntax for a HAVING clause in SQLite is the HAVING condition.
...