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 22690One 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 4044how 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 29206After recovering the database by using tail log backup.How to verify the data has been sucessfully restored or not.?
2144A 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 5714What is the disadvantage of using subquery exact after a select statement?ex. select (select * from sometable)
1 12056What is the joins and how many types of Joins in sql server a diffrentiate ever one give a suaitable query
2 6302what is the difference detween pairwise comparison subquary and non pairwise comparison subquary?
2 16952Diff between Composite key, Alternate Key, Candidate Key, Primary Key, Unique Key, Super Key, Foreign Key
1 10863
When do you think a developer should use sql server-based cursors?
What is optimization and its types?
What is difference between joins and subqueries?
what is the difference in login security modes between v6.5 and 7.0? : Sql server database administration
What is meant by dirty read?
How do I save a stored procedure in sql server?
what are database files and filegroups? : Sql server database administration
To which devices can a backup be created and where should these devices be located? : sql server management studio
What do you understand by physical_only option in dbcc checkdb?
What are truncate options available in sql server? : sql server database administration
What are user defined functions in ms sql server?
Why is the need for data conversion transformations?
List out the differences between global and local temp tables in sql server?
What is unique key constraint?
Difference between Inner vs outer joins?