Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SQL

AND OR NOT operators sql

-----------------------SQL AND, OR, NOT OPERATORS------------------------------
AND: this operator displays a record if all conditions seperated by AND are true.
OR: this operator displays a record if any of the conditions seperated by OR is true.
NOT: this operator displays a record if the conditions is Not true.
 
PREVIOUS NEXT
Tagged: #AND #OR #NOT #operators #sql
ADD COMMENT
Topic
Name
2+9 =