Sunday, March 12, 2023

INSERT Record Without Query - MSSQL Server

Go to Microsoft  SQL Server Management Studio 



  • Right Click On Table(Stud_Details)



  • Click on edit top row 200




  • Enter record which related to column names



*'Stud_id' Column Field is Primary Key Hence It is Compulsory to add value.




No comments:

Post a Comment

SQL INSERT QUERY

This Command use for Insert New Record in to Table . INSERT INTO Syntax. INSERT INTO  < Table name > ( Table Column names ) values (...