SQL SELECT UNIQUE - LearnHowToCode SarkariResult.com Interview Questions and Answers LearnHowToCodeOnline
SQL SELECT UNIQUE

SQL SELECT UNIQUE

In this article you learn how can use UNIQUE. there is no difference between DISTINCT and UNIQUE.

SELECT UNIQUE is an old syntax which was used in oracle description but later ANSI standard defines DISTINCT as the official keyword.

we can say that SELECT UNIQUE statement is used to retrieve a unique or distinct element from the table.

Let's see the syntax of select unique statement


SELECT UNIQUE column_name  FROM table_name; 

Note: SQL SELECT UNIQUE and SQL SELECT DISTINCT statements are same.


About Mariano

I'm Ethan Mariano a software engineer by profession and reader/writter by passion.I have good understanding and knowledge of AngularJS, Database, javascript, web development, digital marketing and exploring other technologies related to Software development.

0 comments:

Featured post

Political Full Forms List

Acronym Full Form MLA Member of Legislative Assembly RSS Really Simple Syndication, Rashtriya Swayamsevak Sangh UNESCO United Nations E...

Powered by Blogger.