Dotnet Core MVC training will start from Monday free classes if anyone want please register by link
Please create github account ID if not created yet
My github account follow please so when I will create projects you will get access that projects
Subscribe my youtube channel so get most important videos
Dot Net Core & Angular Training π pinned Β«https://youtu.be/XFVFuyuZIGAΒ»
1. DEFAULT Constraint: Provides a default value for a column when none is specified.
2. UNIQUE Constraint: Ensures that all the values in a column are different.
3. PRIMARY Key: Uniquely identifies each row/record in a database table.
4. FOREIGN Key: Uniquely identifies a row/record in any another database table.
5. CHECK Constraint: The CHECK constraint ensures that all values in a column satisfy
certain conditions.
6. INDEX: Used to create and retrieve data from the database very quickly.
7. NOT NULL Constraint: Ensures that a column cannot have a NULL value.
2. UNIQUE Constraint: Ensures that all the values in a column are different.
3. PRIMARY Key: Uniquely identifies each row/record in a database table.
4. FOREIGN Key: Uniquely identifies a row/record in any another database table.
5. CHECK Constraint: The CHECK constraint ensures that all values in a column satisfy
certain conditions.
6. INDEX: Used to create and retrieve data from the database very quickly.
7. NOT NULL Constraint: Ensures that a column cannot have a NULL value.