Dot Net Core & Angular Training πŸ‘
440 subscribers
2 photos
3 files
88 links
It is free telegram channel where you can learn angular and dotnet core free of cost @interviewask #dotnet #angular #coding #programming
Try to keep discussions on topic. Dot Net Core & Angular Training πŸ‘
Download Telegram
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
Channel name was changed to Β«.Net & AngularΒ»
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.