1.

Explain The Difference Between Filter And Condition?

Answer»

The difference between Filter and CONDITION:Condition returns TRUE or false Ex: if Country = 'India' then ...Filter will RETURN two types of results

  1. Detail information which is EQUAL to where clause in SQL statement
  2. Summary information which is equal to GROUP by and Having clause in SQL statement

The difference between Filter and Condition:Condition returns true or false Ex: if Country = 'India' then ...Filter will return two types of results



Discussion

No Comment Found