Differences between UNIQUE and DISTINCT in select statements
Answer Posted / guest
UNIQUE and DISTINCT
| Is This Answer Correct ? | 32 Yes | 100 No |
Post New Answer View All Answers
What is cursor in pl sql?
explain the difference between myisam static and myisam dynamic. : Sql dba
How does an execution block start and end in pl sql?
What are the different sql languages?
how to delete duplicate rows from a join tables(I have three tables on that join) how do you know which join is need to be used? The select statement I have is: SELECT gc_skill_type.skill_type, gc_area_tec.area, gc_technology.technology, gc_technology.id_technology, gc_area_tec.id_area_tec FROM gc_skill_type, gc_area_tec, gc_technology WHERE gc_area_tec.id_skill_type (+) = gc_skill_type.id_skill_type AND gc_technology.id_area_tec (+) = gc_area_tec.id_area_tec order by gc_skill_type.skill_type asc, gc_area_tec.area asc, gc_technology.technology asc
What is identity column in sql server?
Where is pl sql used?
What is a variable in sql?
what is the syntax used for partition in tsql? : Transact sql
What is implicit cursor in pl sql?
What is attribute indicator in pl sql?
mention if it is possible to import data directly from t-sql commands without using sql server integration services? If yes, what are the commands? : Transact sql
how to rename an existing table in mysql? : Sql dba
Can you skip header records while loading? : aql loader
What is pragma in sql?