1.

Which expressions or functions allow you to implement conditional processing in a SQL statement?

Answer»

There are two ways to implement conditional processing or IF-THEN-ELSE logic in a SQL statement.

  • Using CASE expression

  • Using the DECODE function



Discussion

No Comment Found