Interview Questions on SQL Server -Part-1
Interview Questions On SQL Server -Part 2 Interview Questions on SQL Server -Part 3
7 thought on “Interview Questions”
Comments are closed.
Interview Questions on SQL Server -Part-1
Interview Questions On SQL Server -Part 2 Interview Questions on SQL Server -Part 3
Comments are closed.
Hi Vivek,
Is there any possible, To get the single row without using where clause?
Hi Vairavan,
You can use the Top clause to get the single row without using where clause.
Is that the solution of your query or am I misunderstood your question.
BR
select top 1 * from FeeReciept_Main order by FeeRecieptNo desc
hi vivek,
i am learning manual testing.is sql,mysql,oracle 10g same..i mean same queries everywhwre
Hi ,
Thanks for your invaluable comments:-)
set rowcount 1
select * from RQS_INVENTORY order by anycolumnname
hi vivek,
Can we print SSRS Reports directly from Mozilla firefox browser??? instead of converting it to exel or pdf