Answers for "if a table contains duplicate rows, does a query result display the duplicate values by default? how can you eliminate duplicate rows from a query result"

SQL
0

how to query without duplicate rows in sql

SELECT DISTINCT col1,col2... FROM table_name where Condition;
Posted by: Guest on October-02-2020

Code answers related to "if a table contains duplicate rows, does a query result display the duplicate values by default? how can you eliminate duplicate rows from a query result"

Code answers related to "SQL"

Browse Popular Code Answers by Language