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

© 2024 GDATAMART.COM (All Rights Reserved)