Differences between UNIQUE and DISTINCT in select statements
Answer Posted / ajeet
there is no diff between distinct and unique in user point
of view. both are same. same functionality. dont bother
about it use whatever you want....
| Is This Answer Correct ? | 4 Yes | 5 No |
Post New Answer View All Answers
What do you mean by query optimization?
What is normalisation in sql?
Is sql a oracle?
what happens if null values are involved in expressions? : Sql dba
Is sql similar to python?
Hi how to import oracle sequence in Informatica? Please write stored procedure code that will import oracle sequence in Informatica SP transformation as per below scenario Oracle table product list Pro_id, pro_name 101, LED Lights. 102, 20watt CFL Lights. 103, 30 watt CFL lights Now a new flat file with new product list needs to be added to oracle table product list with oracle sequence. flat file product Prono,pro_name, 1, 20 watt tube light 2, 30 watt tube light & target should be like 101, LED Lights. 102, 20watt CFL Lights. 103, 30 watt CFL lights. 104, 20 watt tube light 105, 30 watt tube light thks reg suvarna joshi suvarnaatsuvarna@rediffmail.com
What is autocommit sql?
what is an alias command? : Sql dba
How can we make an if statement within a select statement?
Is ms sql traffic encrypted?
What does count (*) do in sql?
what's the difference between a primary key and a unique key? : Sql dba
When is a declare statement required?
How do I send sql query results to excel?
Can we delete column in sql?