adspace
Answer Posted / Praveen Singh
The CASE function in SQL allows conditional evaluation of expressions. It is similar to IF-THEN-ELSE statements in procedural languages. The syntax includes the keyword CASE followed by a series of WHEN conditions, an optional ELSE clause, and an END keyword.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the best sql course?
what is collation? : Sql dba
Can delete statement be rollbacked?
how to start mysql server? : Sql dba
what is schema? : Sql dba
Is inner join faster than left join?
Can we rollback truncate?
What is the current version of postgresql?
what are the advantages of sql ? : Sql dba
what are aggregate and scalar functions? : Sql dba
If a cursor is open, how can we find in a pl/sql block?
What is the current version of sql?
what is sql server agent? : Sql dba
what is bcp? When does it used? : Sql dba
how to use regular expression in pattern match conditions? : Sql dba