Sql Server Faqs
Check this post for SQL Query to Return Information About all Databases in SQL Server
SQL Query To Drop a Table in SQL Server.
syntax:Drop Table Tablename
ex:DROP TABLE Emp
Above Query Drops Emp table in the current database.
Movie Songs Lyrics
Software Testing-QTP Scripts,Testing Faqs
Showing posts with label basic sql queries. Show all posts
Showing posts with label basic sql queries. Show all posts
SQL Query to Return Information About all Databases in SQLServer
Check this post for sqlserver faqs
SQL Query to Return Information About all Databases in SQL Server
exec sp_helpdb
Check here for SQL Query to delete multiple databases in sqlserver
SQL Query to rename database in sqlserver.
Movie Songs Lyrics
Software Testing-QTP Scripts,Testing Faqs
SQL Query to Return Information About all Databases in SQL Server
exec sp_helpdb
Check here for SQL Query to delete multiple databases in sqlserver
SQL Query to rename database in sqlserver.
Movie Songs Lyrics
Software Testing-QTP Scripts,Testing Faqs
SQL Query To Find Minimum Salary From Emp Table in SQLSERVER.
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
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:
Posts (Atom)