Loading lesson path
Overview
SQL operators are keywords and symbols used to perform operations with data values. SQL operators are used in SQL statements like SELECT, WHERE, LIKE, etc. SQL operators is categorized into the following types:
+
*
/
%
=
Previous
SQL Comments