DISTINCT Keyword- SQL
Hi all, Welcome to SQL world. The SQL is very useful in programming. The sql queries helps in developers. There are different types of keyword, joins, sub-queries and commands are available. The DISTINCT keyword is used for remove the duplicate values from database table in SELECT query. The SELECT DISTINCT statement is used to return… Read More »