Constraints in SQL
Hello, and welcome to the blog. In this blog we are going to talk about "Constraints in SQL". We have learn CRUD operations so far, now its time to advance our skills. We will again create a table with some properties and make our database table more reliable and effective. For making our database table more reliable and effective we are going to add some "Constraints" in our table. So in this blog we are going to talk about What is constraints ? Types Of Constraint. Create a table with constraints. Let's start with 1) What is Constraint? Constraints are nothing but rules which a data row must satisfy to get inserted in database. For example: When a person wants to take flight he/she have to go through many checks like security, passport, boarding pass, etc. these checks are there to ensure only valid person can enter flight and flight will...