Articles by Team EasyExamNotes

What is computer network

COMPUTER NETWORK: Computer network is defined as a set of interconnected autonomous systems that facilitate distributed processing of information. Computer network is an interconnection of … 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

SQL join

SQL JOIN A SQL Join statement is used to combine data or rows from two or more tables based on a common field between them. … Read more