InterviewSolution
 Saved Bookmarks
    				| 1. | 
                                    In SQL, which command is used to SELECT only one copy of each set of duplicable rows(a) SELECT DISTINCT(b) SELECT UNIQUE(c) SELECT DIFFERENT(d) All of the MentionedThe question was posed to me in final exam.My doubt is from Structured Query Language topic in portion SQL Basics of Oracle | 
                            
| 
                                   
Answer»  Correct OPTION is (a) SELECT DISTINCT  | 
                            |