Computer Science, asked by abidkatalur1754, 9 hours ago

The operator displays a record if one of conditions listed in the where clause is true a. OR
b.Null
c.And
d.Not

Answers

Answered by santoshprasad643423
0

Answer:

AND operator

Explanation:

The AND operator displays a record if all the conditions separated by AND are TRUE. The OR operator displays a record if any of the conditions separated by OR is TRUE.

Similar questions