SQL Constraints

SQL Constraints are set of rules applied to a SQL tables to validate data. The purpose…

Types of variables in c#

            The c# support two major variable types, they are “Value type and Reference type”. Int,…