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
What is difference between Datepart() and Datename() in SqlServer?
What is purpose of normalization?
Mention the 3 ways to get a count of the number of records in a table.
Why is normalisation important?
What are the differences between local and global temporary tables?
What is a dbms wizard?
What is the difference between cartesian product and cross join?
What is a Join and explain its types?
What is the contrast between sql and pl/sql?
List out the differences between global and local temp tables in sql server?
what is the different types of backups available in sql server? : Sql server database administration
Create a dts package to produce a text file using the ‘update statistics’ command for the tables in a database with obsolete statistics.
What is the syntax to execute the sys.dm_db_missing_index_details? : sql server database administration
How to make conditional sum in ssrs?
What is sql profiler. What are the default templates with it? : sql server database administration