Name DescriptionAND, &&Logical ANDNOT, !Negates value||, ORLogical ORXORLogical XORIn SQL, all logical operators evaluate to TRUE, FALSE, or NULL (UNKNOWN).In MySQL, these are implemented as 1 (TRUE), 0 (FALSE), and NULL.