Get premium membership and access questions with answers, video lessons as well as revision papers.

What is the meaning and the use of AND operator in queries?

      

Explain the meaning and the use of AND operator in queries.

  

Answers


Maurice
AND is a logical used to test Boolean expression and it will return TRUE if both Expr1 and Expr2 are TRUE, else it returns FALSE.

For example, suppose you want to promote students in Form 3 whose Marks is greater or equals to 350, then write the expression shown:
(Form=3 AND marks>=350)

Note that: You only quote string expression(s) but not values.
maurice.mutuku answered the question on April 12, 2018 at 06:33


Next: Explain how X-Rays are produced
Previous: State the uses of X-Rays

View More Computer Studies Questions and Answers | Return to Questions Index


Learn High School English on YouTube

Related Questions