INDEX Create INDEX is used to create indexes in tables. Indexes are used to rapidly create and re…
Read moreCHECK The CHECK constraint is used to give the limit for the values given on the column. CHECK is …
Read moreDefault Default Constraints is used to specify the constant value for a column. and the user does n…
Read moreUNIQUE In SQL, UNIQUE constraint uniquely identifies each record in a database table. There can b…
Read moreForeign Key A Foreign Key is one table point to a PRIMARY KEY in another table. Foreign Key is u…
Read morePrimary Key The PRIMARY KEY Constraint used to uniquely identifies each record in a table. Prima…
Read moreNOT NULL If no value is given in each column of the table of SQL, then by default is 'NULL'…
Read more
Copyright (c) 2020 Tutorials Ug All Right Reserved