Learn about the syntax, permissions, and arguments for the INSERT statement that adds one or more rows to a SQL Graph node or edge table in SQL Server.
insert into tblStudentSource values(1,'Michelle ORama','Freshman'); -- to be updated insert into tblStudentSource values(2,'Mike Ng','Freshman'); -- to be updated ...