What is AND operator syntax in SQL?

Last Update: Apr 27 2024 | BY: Akshay Rathore

V

Vidya Mathur

AND Operator in SQL

AND operator is a logical operator. It returns the boolean value if the condition is TRUE then it returns TRUE otherwise it returns FALSE.


AND Operator Basic Syntax with SELECT Query

SELECT column_1, column_2, colimn_3, ...

FROM table_name

WHERE [condition_1] AND  [condition_2] AND  [condition_3] ...;

0 votes

Your Answer

Email Us: advertise@gdatamart.com

Donate Us: Support to GDATAMART

LifeStyle & Fun

© 2024 GDATAMART.COM (All Rights Reserved)