60.3k views
3 votes
How do you write a compound condition in an SQL query? When is a compound condition true?

2 Answers

5 votes

Answer: If you use the operator AND, the compound condition is true only when all the conditions are true.

Step-by-step explanation:

User Karam Mohamed
by
7.3k points
3 votes

Answer:

A compound condition is formed by connecting two or more simple conditions using one or both of the following operators: AND and OR.

Step-by-step explanation:

User Russell Saari
by
8.2k points