Software Quality Assurance in software engineering

On this blog you can post about most of the engineering related topics in very simple language. It computer science programs or management systems. Can read and understand in very easy language. Here you can know the code of different types of programs. You can learn about different computer languages. And you will also get information related to the operating system here. All you have to do is one click and your questions will be answered immediately. All about learning and knowledge provide...
An entities is an object of consult used to represent the things in the real word. Eg:- Car, Table, etc.
An entity need not be a physical entity it can also represent a concept in real words. Eg:- Project, Loan, etc.
A collection of similar kind of entities is called an entity set all entity type -> In college database students, faculty, Course & Department are consort of check.
The collection of all the students similarly collection of all course from an entity set course.
An entity type usually has an attribute whose value are distinct for each individual entity in the collection. such an attributes is called a key attributes & its values can be used to identity each entity uniquely.
The entity types containing a key attributes are called strong entity type an regular entity type.
Ex:- A student entity may be describe by the student name, age, address, course, etc.
An entity will have a value for each of its attributes, Ex:- student entity will have
Name- xyz
Course- abc
Address- ............
Roll no.- 123
Each simple attributes of an entity type contains a possible set of values that can be attached to it. This is called the domain of attributes, an attributes can not contain a value outside this domain.
Comments
Post a Comment