Example & Tutorial understanding programming in easy ways.

How fetch the data from the table which do not have duplicate data.

Syntax:


SELECT DISTINCT(columns)

FROM table_name

WHERE conditions;

Read More →