How would you retrieve Unique rows from table without using UNIQUE and DISTINCT keyword?
Answers were Sorted based on User's Feedback
Answer / jayanth
using union
select * from tableA
union
select * from tableB
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / virendra maurya
We can simply remove duplicate from table
1. Using CTE
2. Using Group by
3. Using Rank function
| Is This Answer Correct ? | 0 Yes | 1 No |
Explain mixed authentication mode of sql server?
What is the difference between upgrade and migration in sql server?
What are the benefits of using stored procedures over sql statements?
If you lose rights to your sql server instance what are the options to connect to sql server instance? : sql server security
Can binary strings be converted into numeric or float data types?
hi, how to link a text file and a .rpt file in my tables of sql server and to retrieve those records for further use. reply me as soon as possible.
What is the difference between a fill factor of 100 and 0?
Explain couple pf features of SQL server
default databases available in sql server and there uses ?
Where are stored procedures in sql server?
What does set rowcount do?
How to make a column nullable?
Oracle (3253)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)