sql query to get min sal from emp table
Check this post to find 2nd and 3rd Highest salary
sql query to get least salary from emp table
Syntax:select min(columnname)as MIN_SAL from tablename
Ex:select min(sal)as MIN_SAL from emp
Sql query to find highest salary in sqlserver.
Check this post to get 2nd and 3rd Highest salary
SQL Query to copy only structure of one table to other table in SqlServer
SQL Query to get structure of table in SqlServer
Movie Songs Lyrics
Software Testing-QTP Scripts,Testing Faqs
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment