Which is true for AND & OR
Reveal answer
Fill a bubble to check yourself
Which is true for AND & OR
These are Operators .Which are used to filter records based on more than one conditions.
These Operators are used to join two tables.
Never used in SQL
None
In SQL, AND and OR are logical operators used in the WHERE clause to filter records by combining multiple conditions. They do not join tables (which is done via JOIN operations) and are widely used in database querying, making the first option correct.