How to insert, update & delete values into table in SQL Server ?

Leave a Comment
Here we learn how to insert, update & delete data from table. In last post i explained how to create table in SQL Server.

To insert values into table we write query as underflow

 
Output :

To update values into table we write query as underflow
                                  
Output :

To delete values into table we write query as underflow
Output :

0 comments:

Post a Comment