Tanjida
Tanjida
Lab Report 01
ID: 21225103203
Section: 05
Intake: 49
Designation: Lecturer
Description: SQL (Structured Query Language) operators are used to perform operations on data within
a database. SQL (Structured Query Language) operators help you work with data in a database. They let
you perform tasks like calculations, comparisons, and logical checks. Here are some common :
2. Comparison Operators: Compare two values (e.g., =, <>, >, <, >=, <=).
● Arithmetic Operators:
Add ( + ):
Example: SELECT 30 + 20
Subtraction (- ):
Multiply ( * ):
Example: SELECT 51 * 2
Division ( / ) :
Example: SELECT 62 / 4
Modulo ( % ):
Example: SELECT 56 % 2
● Comparison Operators:
Equal to ( = ) :
● Logical Operators:
AND:
ANDcolum_name2 = value
OR :
OR colum_name2 = value
LIKE :
NOT LIKE :
‘%C’
BETWEEN:
● Set Operators:
UNION:
UNION
INTERSECT: