InterviewSolution
Saved Bookmarks
| 1. |
How Do We Display Rows From The Table Without Duplicates? |
|
Answer» Duplicate ROWS can be removed by using the keyword DISTINCT in the select STATEMENT. Duplicate rows can be removed by using the keyword DISTINCT in the select statement. |
|