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 |
What is a synonym for manipulation?
Can you please explain the difference between function and stored procedure?
What is catalog views?
You have to store user responses of ‘yes’ and ‘no’ what kind of data type is best suited for this task?
what is a correlated sub-query? : Sql server database administration
How do I create an extended event in sql server?
can you any body tell me which service pack is installed in the sql server?
Explain mixed authentication mode of sql server?
Which command using Query Analyzer will give you the version of SQL server and operating system?
what are questions asked in TCS for database tester (sqlserver)for 2-3 exp?
you have couple of stored procedures that depend on a table you dropped the table and recreated it what do you have to do to reestablish those stored procedure dependencies?
Who developed sql server?
Oracle (3259)
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)