If a table contains duplicate rows, will a query display duplicate values by default? How can you eliminate duplicate rows from a query result?
If a table contains duplicate rows, will a query display duplicate values by default? How can you eliminate duplicate rows from a query result?
Share
Yes, they will be displayed by default. To eliminate duplicate records, you use the DISTINCT keyword after the word SELECT.