Monday 13 March 2017

USE Command in sql server

The USE command allows you to specify the database you wish to work with within your DBMS. The USE command used to select a database and perform sql operation on it. The USE command specifies the database to perform sql operation until we use another USE statement for some other database.
Changes the database context to the specified database or database snapshot in SQL Server.

USE [Database Name]
 
  

   

No comments:

Post a Comment

If you have any doubt, please let me know.

Popular Posts