When can we use the where clause and the having clause?
Answer / Bobindra
WHERE clause is used to filter records in a SELECT statement before the GROUP BY operation. HAVING clause is used to filter groups or aggregate values after the GROUP BY operation.
| Is This Answer Correct ? | 0 Yes | 0 No |
Can we create clustered index without primary key?
Which is faster count (*) or count 1?
What is an inner join sql?
What is the use of desc in sql?
What is dml and ddl?
what is oltp (online transaction processing)? : Sql dba
What is the difference between clustered and non-clustered index in sql?
If I have a table T with 4 rows & 2 columns A & B. A has values 1,2,3,4. and B has 10,20,30,40. Write an Update SQL query which can Swap the values of A & B for all records. (Do not use a sub-query)
Which one is the Best approach to put code, among Triggers and Procedures? Explain?
what is the difference between where clause and having clause? : Sql dba
What is mutating table?
Can a table contain multiple foreign key’s?
Oracle (3253)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)