select the 3rd maximum salary from sql server database if 4 (just an example In practically I may not know the exact situation) of the highest salaries are equal.
TCS,
8 12614WRITE A FUNCTION TO DISPLAY THE OUTPUT OF AN EXISTING TABLE RANGE LIKE COMMAM SEPERATED VALUES LIKE RANGE1,RANGE2,...
TVS,
2 5330After using delete statement in sql query to delete some records...to retrieve the deleted records we can get using rollback command but till that where it stores means particular location name i need....(after deleting and rollback )
3 12858if we have a column (Key) in a table. and values of that column is Key 1 1 1 2 2 3 3 4 4 5 5 5 and we want to show the data after query..like.. 1(3) 2(3) 3(2) 4(2) 5(3) how many times a single term comes..
3i Infotech, Rolta, TCS,
17 19149I am Having tables T1 and T2 both having same data how to check (or) compare the data in both table are same?
3 6289I am having table Title with TITLE id,Author ID, Publiser ID , table AUTHOR with Author ID, Author Name, table PUBLISER with Pub ID, Pub name Here hot to find out the publiser id who have relesed the books of patriticular author?
3 5254Can anyone tell that the extra features are there in SQL SERVER 2008 that are not available in previous versions .
HCL,
1942
What is the difference between upgrade and migration in sql server?
How to create prepared statements using odbc_prepare()?
What are the grouping functions?
What are sql server procedures?
How do I repair damaged sql server mdf file database? In previous day my mdf file has got damage due to unknown reasons then I used dbcc chekcdb command but it failed, MDF file is important for me, I don’ know that how to get back mdf file data. Please anyone suggest me?
What are the requirements on sql server network connections?
What are logical/boolean operations in ms sql server?
What the difference between UNION and UNIONALL?
Can a database be shrunk with users active?
What is the command used to recompile the stored procedure at run time?
How are the unique and primary key constraints different?
Explain nested join?
How to get a list of table columns using the "sp_columns" stored procedure in ms sql server?
Why use cursor in sql server?
What is self contained multi valued query?