Answer Posted / kk
SELECT DISTINCT TOP 1 salary
FROM tblemp
ORDER BY salary ASC
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
Explain transaction server isolation?
What is normalization of database? What are its benefits?
List types of tables in SQL Azure?
Why we use the openxml clause?
How will you hide an attribute? : sql server analysis services, ssas
Can we write trigger for view?
Can sql servers linked to other servers?
What do you understand by physical_only option in dbcc checkdb?
What xml support does the sql server extend?
What are the rendering extensions of ssrs?
Can sql server 2016 run on windows 7?
What are the built in functions in sql server?
what is a traditional network library for sql servers? : Sql server database administration
Explain primary key?
Explain “@@rowcount” and “@@error” in sql server?