answersLogoWhite

0


Best Answer

Entity is an object, can be independent or dependent object. e.g A Student, Lecturer OR Employee can be a entity where as the attributes are the properties of the entity. e,g name, age, birthdate, degree.

to answer your question create 3 X 4 matrix, add entity names in column heading and attributes in a row label. and fill in the information for each entity.

User Avatar

unana

Lvl 8
2y ago
This answer is:
User Avatar
User Avatar

Logan Graham

Lvl 1
2y ago
thxx
User Avatar

Anya Mayer

Lvl 1
2y ago
ty ?

Add your answer:

Earn +20 pts
Q: How do you create a table using the entities and attributes you want to use and listing at least three entities and at least four attributes for each entity?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Math & Arithmetic

How is subtraction like adding?

Subtraction is nothing like addition. If you are talking about addition, it means that 1+1=2 - one entity + one entity = two entities. Entities=numbers. However, for subtraction it is the opposite. 1-1 = 0 - one entity eats/- one entity = zero entities. There are no other entities to eat except for itself. Thus when it eats itself, there are no more entities left.


Why does 1 plus 1 equal 2?

We assign the symbol "1", pronounced by the word sound "wun", to a single entity, for purpose of letting all know that whatever that entity is, it is a single entity. If then another entity appears, by any means, and we wish to describe that there is now an additional single entity, we assign the symbol "2", pronounced by the word sound "too". Note that the entities may each be the same, as in "2" apples. Or the entities may be different, say an apple and orange, but we simply wish to describe how many entities of any type are there. Whenever we place a single entity next to another single entity, we call the combined entities "2", and know that there are thus that many entities there, regardless as to any other characteristics they may have. We then decided that if we had "2" entities, and added another single entity, still called "1", that we'd call the end result three. And so on. Thus 1 plus 1 equals 2 because "1" stands for a single entity, and when we add it to another single entity, we've agreed to label that "2".


Points of difference between attribute and entity?

attribute is a charactarestic of an entity.For example,student entity is there in which we may have student id,course,phoneno,addrs....stuedent id,course,phone no.,addrs are attributes as an individuals but they represent the charactarestics of student entiy


What is definition of the four fundamentals operation in math?

Addition: Summing two or more entities Subtraction: Taking away one entity from another entity Multiplication: Summing an entity to itself a given number of times (successive addition) Division: Taking away from a first entity a second entity (could be the same as the first entity) repeatedly until this process is not possible anymore (successive subtraction). The number of times such operation can be made may be a whole number of times, or a whole number of times (including zero times) and a left over part that is smaller than the second entity


What is the definition of set and element?

In Mathematics, a set is a collection of distinct entities regarded as a unit, being either individually specified or (more usually) satisfying specified conditions. An element is an entity that is a single member of a set.

Related questions

What are the entities and attributes.give one example?

Entities are one type of storage place where we can store information whereas attributes is the piece of information for that entity. Example : The book is the entity set. Title, price, author name all are the attributes of the book entity.


Difference between specialization and generalization?

As the name implies, Generalization is going general. For example if you have entities like Medical-student, Engineering - student, Architecture - student so on, you can generalize and create an entity called Student (higher level entity) so others will be sub entities (lower level entities) of Student entity. One thing to keep in mind is that, the generalized entity is the union of all the sub entities, in the sense it will contain everything that is in its sub entities. This is Bottom Up approach! Specialization is about going specifically. For a given entity you create sub entities. For example if Staff entity is there, you create Maintenance staff, IT staff, Executive staff so on. Here the higher level entity (Employee) is given and we create the lower level entities. However unlike in Generalized entity, the higher level entity is NOT union of its lower level entities. Sub entities here will use some things from its higher level entity plus things on its own. This means that there could be things that's in lower level entities but not in higher level entity.


What is the difference between associative entity and relationship with attribute?

A relationship with attributes should be an associative entity when: - All relationships for the associative entity should be many - The associative entity could have meaning independent of the other entities - The associative entity should have attribute(s), but it may or may not have an identifier - The associative entity may participate in other relationships other than the entities of the associated relationship - Ternary relationships should be converted to associative entities


What is week entity sets?

In a relational database, a weak entity is an entity that cannot be uniquely identified by its attributes alone; therefore, it must use a foreign key in conjunction with its attributes to create a primary key.Wikipedia


What is difference between object and entity?

A database object is represented as one of the following: database, schema, table, column, primary key, and foreign key A database Entity is: An entity is a thing or object of importance about which data must be captured. All things aren't entities - only those about which information should be captured. Information about an entity is captured in the form of attributes and/or relationships. If something is a candidate for being an entity and it has no attributes or relationships, it isn't an entity. Database entities appear in a data model as a box with a title. The title is the name of the entity.


Difference between entity type and entity set?

lets understand them all: 1.An Entity is a real world "thing" which have independent existence. 2.Entity type is a category. 3.entity type is strictly calling, "an instance of entity type". 4.An entity type defines a collection of entities that have the same attributes. 5.Entity set : the collection of all entities of a particular entity type in the database at any point of time is called Entity set.


Possessive form of the word entity?

Possessive: entity's Plural: entities Possessive plural: entities'


Entity type vs entity instance?

Entity Type : A collection of entities that share common properties or characteristics. for example student is an entity type with common attributes such as student_ID , Name, Class etc. These characteristics are common to all students. Entity Instance: A single occurrence of a particular entity type is called entity instance..


What should be the erd for website design?

ERD is an Entity Relationship Diagram which is a graphical representation of database entities (tables, table columns, table definitions, attributes) and inter-relationships between these entities (how the tables are connected).


How to draw entity relationship diagram?

To draw a relationship diagram, start by placing relationship at the center of the paper. Connect entities to the relationship, and branch out with the different attributes.


What is the plural of entity?

Entities.


When do you have to use an intersection entity in database?

If you have a many-to-many relationship between two entities you create an intermediate entity between.Now, the relationship between the first entity and intersection entity is one-to-many, and the relationship between the second entity and intersection entity is one-to-many also.