Introduction to DBMS

DBMS stands for Database Management System. DBMS means database with management system. That means a system used to manage database. Database Management System is a … Read more

Entity

ENTITY AND ATTRIBUTE ENTITY An entity is an object or component of data. An entity is represented as rectangle in an ER diagram. For example: … Read more

SQL Functions

SQL FUNCTIONS Five Important aggregate functions are SUM, AVG, MIN, MAX and COUNT. They are called aggregate functions because they summarize the results of a … Read more

Check Constraint

CHECK CONSTRAINT The CHECK constraint is used to limit the value range that can be placed in a column. The  CHECK constraint allows only certain … Read more