Filtering Data with WHERE Clause

Filtering Data with WHERE Clause - SQL Tutorial In Sinhala - Part 3

 Hits: 988

Download Exercise File with SQL Database:
https://www.bestjobslk.com/download.php?v=Ur3q2ruqkC4

In this Video, you will learn how to Filter Data using SQL WHERE clause with following operators:

  • Equal
  • Not equal
  • Less than
  • Less than or equal
  • Greater than
  • Greater than or equal
  • BETWEEN Between two given values
  • IS NULL Equal to NULL
  • IS NOT NULL Not Equal to NULL

Categorised Under:
Structured Query Language