sql

 What is .NET framework over .NET core

.NET Framework .Net framework is a software development framework developed by Microsoft. The, net framework is a development tool that include variety of programming language such as c#,F#,visual basic and…
sql

SQL Server Trigger Basic Overview

Trigger in SQL Trigger in sql server is a special type of stored procedure ,trigger is an event which will be fired automatically when we execute commands. trigger is used…