MySQL Where Clause

In this tutorial you will learn about the MySQL Where Clause and its application with practical example.

In the previous chapter SELECT statement is used to fetch data from MySQL table. Here we can add WHERE clause to filter out results. Using WHERE clause we can specify a selection condition to select only those records which fulfills the specified condition.

Table Of Contents

Syntax:

A WHERE clause can be used alongwith DELETE or UPDATE SQL command also.

In this tutorial we have learn about the MySQL Where Clause and its application with practical example. I hope you will like this tutorial.