Multiple choice technology databases Single-row functions can appear in which of the following (choose all that apply): WHERE clauses START WITH and CONNECT BY clauses select lists HAVING clauses Reveal answer Fill a bubble to check yourself A,B,C,D Correct answer Explanation Single-row functions can be used in almost any clause of a SQL query. This includes the SELECT list, the WHERE clause, the START WITH and CONNECT BY hierarchical clauses, and the HAVING clause, as they operate on individual rows.