TOP CATEGORIES

×

What is AND operator syntax in SQL?

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: advertise@gdatamart.com

Donate: To Support US

Gdatamart.com

GDM provides information across a wide range of categories by verifying data from multiple official sources, even though the site is still being developed.

© 2025 GDATAMART.COM (All Rights Reserved)