Check this post for SqlServer Faqs
SQL Query to Drop Database in Sql Server
Syntax:DROP DATABASE databasename
Example:drop database lakshmi
Check This SQL Query to Rename Database
Check this post for SQL Query To Find Minimum Salary From Emp Table in SQLSERVER.
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
Showing posts with label sql queries. Show all posts
Showing posts with label sql queries. Show all posts
query to retrieve top 5 records from table
query to get top 5 records using SqlServer
select top 5 * from tablename
This query displays top 5 records of your table.
select top 5 * from emp.
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
select top 5 * from tablename
This query displays top 5 records of your table.
select top 5 * from emp.
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)