Delete duplicate rows from a table without primary key by using a single query Table Employee empname salary A 200 B 300 A 200 C 400 D 500 D 500 Output should be A 200 B 300 C 400 D 500
14 22243One table Test with single column. These are the values in the table a b c d e f g h I need a query (without using any variable) with output as - a b c d e f g h
1 3978how to get the maximum among two tables,for example table 1 (dep1) have (emp_id,emp_name,salary) columns and table 2 (dept2) have (emp_id,emp_name,salary) columns,i want which employee have the maximum salary among two tables?
9 28937After recovering the database by using tail log backup.How to verify the data has been sucessfully restored or not.?
2092A successfully created SSIS package in SQL Server 2005 runs fine in MS BIDS and Integration Services. But gives error when run through an SQL-Job. What are the possible reasons?
2 5599What is the disadvantage of using subquery exact after a select statement?ex. select (select * from sometable)
1 11981What is the joins and how many types of Joins in sql server a diffrentiate ever one give a suaitable query
2 6182what is the difference detween pairwise comparison subquary and non pairwise comparison subquary?
2 16836Diff between Composite key, Alternate Key, Candidate Key, Primary Key, Unique Key, Super Key, Foreign Key
1 10791
List some case manipulation functions in sql?
What are data resources?
Tell me what is de-normalization and what are some of the examples of it?
Do you know what are different types of replication in sql server?
Explain what is sql server english query?
What are the 3 types of schema?
How to create prepared statements using odbc_prepare()?
Mention the differences between having and where clause.
How sql server enhances scalability of the database system?
Working with TLogs
How to delete duplicate rows from table except one?
What are the ways available in sql server to execute sql statements?
How to update muliple row in single query?
What are the five major components of a dbms?
After creating the cube, if we added a new column to the oltp table then how you add this new attribute to the cube? : sql server analysis services, ssas