How can I run a query in SQL?

How can I run a query in SQL?

Connecting to Your Database
Follow the procedure below to connect to your Vijay database.
1. Log in to a computer where SQL Server Management Studio is installed.
2. Launch SQL Management Studio from the Start menu.
3. Choose Database Engine as the Server type, choose the correct Server.
https://sqlsensationforu.blogspot.com/
Step 1 Connecting to Your Database

 Name from the list or browse for the correct server.
If your user account has the rights to access the database, leave Authentication as Windows Authentication. Otherwise, switch it to SQL Server Authentication and enter the User name and Password for a SQL account with rights to access the database. Note: If you are not sure which account to use, you can confirm what’s being used by Vijay by opening the Vijay Control Panel.
4. Click Connect.
Running a Query
1)In the Object Explorer pane, expand the top-level Server node and then Databases.
https://sqlsensationforu.blogspot.com/
Step 2 Select database
 2)Right-click your vCommander database and choose New Query.

3)Copy your query into the new query pane that opens.
https://sqlsensationforu.blogspot.com/
Step 3 Select query

4)Click Execute
https://sqlsensationforu.blogspot.com/
Step 4 Execute Query