adspace
Answer Posted / Vinod Kumar Bohra
In SQL, you can use the IN keyword for comparisons when the value is one of several possibilities. The syntax is `column_name IN (value1, value2, ...)`. To check if a value does not match any of the given values, you can use NOT IN.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the current version of sql?
what are aggregate and scalar functions? : Sql dba
how to escape special characters in sql statements? : Sql dba
Can we use distinct and group by together?
Is primary key clustered index?
how to use regular expression in pattern match conditions? : Sql dba
What is the current version of postgresql?
how to start mysql server? : Sql dba
what is schema? : Sql dba
Is inner join faster than left join?
what is bcp? When does it used? : Sql dba
Does group by remove duplicates?
Can delete statement be rollbacked?
Is primary key always clustered index?
what are all the common sql function? : Sql dba