We are providing online training of realtime Live project on Asp.Net MVC with Angular and Web API. For more information click here. If you have any query then drop the messase in CONTACT FORM

Wednesday, March 25, 2015

Important Interview questions and answers of SQL Server


1.) What is the use of SQL Server Management Studio ?

It is a software which is basically used for store and retrieve the data from the database.

2.) How to change existing database using command in sql server ?

3.) How to update an existing record in a table ?

4.) How to delete a row from a table in sql server?

5.) How to add a New Column in your Existing table using sql command ?

6.) How to change the size of Existing column in a table ?

7.) How to Drop the Existing column from a table ?

8.) Is "INTO" Keyword is optional in insert statement ?

9.) Which keyword is always used for any changes in Database or table ?

10.) How to change the column name in a existing table ?

11.) How to change a existing table in sql server using command ?


No comments: