Is it possible to extract information based on more than one condition in a single query? How?
Answers
Answered by
0
Answer:
Yes
Explanation:
If you are talking about conditional statements then you can use multiple contions within single if condition combine them using && (AND) logical operator.
If( a > 50 && a < 100)
{
printf("A is greater than 50 and less than 100");
}
Similar questions
Political Science,
4 months ago
Math,
4 months ago
English,
4 months ago
Hindi,
9 months ago
English,
9 months ago
Political Science,
1 year ago
English,
1 year ago
Science,
1 year ago