Question

Name at least 4 entities, some sample attributes for each entity, and the primary key field...

Name at least 4 entities, some sample attributes for each entity, and the primary key field for each entity, in a university environment

Homework Answers

Answer #1

An entity in dbms can be a real world objects, it can be a living thing and non-living thing.

Whereas, attributes are the properties of an entity.

Lets take your example of University environment:-

We can think of many entities for university like Student, Teacher, Department and Subject.

Attributes of different entities:-

  1. Student
    • StudentID (Primary Key)
    • StudentName
    • Address
    • ContactNo
  2. Teacher
    • TeacherID (Primary Key)
    • TeacherName
    • Salary
    • Department
  3. Department
    • DepartmentID (Primary Key)
    • DepartmentName
    • Semester
  4. Subject
    • SubjectID (Primary Key)
    • SubjectName

For you better understanding I created diagram thats shows the relationship between each entities.

Know the answer?
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for?
Ask your own homework help question
Similar Questions
You have learned some database components such as entities (tables) with attributes (columns/fields) and keys in...
You have learned some database components such as entities (tables) with attributes (columns/fields) and keys in previous lessons such as Relational Databases, Database Fields and Field Specifications, and Establishing Keys. Now based on the examples in those lessons, you will design a database for CTU, which includes three entities (tables): Students, Faculty, and Classes. Note a class refers to a particular class section. For example, the current CS253 you are taking is one class instance (i.e. CS253-01), and another CS253...
Which of the following are reasons for having a primary key? All of the other answers...
Which of the following are reasons for having a primary key? All of the other answers are reasons for having a primary key. A primary key identifies each record in the table. Access responds faster to requests for specific records based on the primary key. A primary key prevents duplicate values from being entered in the same field. The ________________ is the name of the model used when designing databases. Data Flow Diagram Entity Relationship Diagram Relative Model Physical Model...
Using the Entities and Attributes you created for your business from the week 1 discussions. Show...
Using the Entities and Attributes you created for your business from the week 1 discussions. Show the tables and relationships resulting from your model in the form of an E/R diagram. You can use PPT, VISIO or any other graphical modeling tool to create your ER diagram. Some of the entities and attributes that I believe my company should have would be: Employees: First Name, Last Name, Employee Address, Employee Phone Number, Employee ID Number, Date of Birth, Social Security...
A university is made up of students and professors.  Students enroll in classes.  Professors teach classes.  Each student has...
A university is made up of students and professors.  Students enroll in classes.  Professors teach classes.  Each student has a unique student ID number, a name, phone number, and a major.  Each professor has a unique employee ID number, a name, phone number, and department name.  Draw an ER (Entity-Relationship) Diagram for this scenario.  Include the proper symbols and connecting lines for all entities, attributes, and relationships.
***** this is question and answer i just need the schema Data Modelling is the primary...
***** this is question and answer i just need the schema Data Modelling is the primary step in the process of database design. Compare and contrast Conceptual data model versus Physical data model. Illustrates with help of example to list down data (entities), relationship among data and constraints on data. Data Modeling:- Data Modeling is the first step in database designing.It is the representation of data model, or collected data. Also shows that collected data stored in database and linked...
Javascript each item must have at least three categorical attributes and at least one numeric attribute....
Javascript each item must have at least three categorical attributes and at least one numeric attribute. Attributes such as ID, name etc do not count as categorical or numeric attributes. Exercise 1 (a) Define a class for your item that meets the above three categorical and one numeric attribute requirements. (b) Create a text file that contains at least 5 such records in CSV format. (c) Create a HTML page that contains a table element the shows one item record...
Matching a Schema b DBMS c ODBC d Table e Field f Primary key g Foreign...
Matching a Schema b DBMS c ODBC d Table e Field f Primary key g Foreign key h Normalization i Data warehouse j Data mining 1. Brings together disparate company data sources 2. Also known as a data attribute 3. Standard protocol for data exchange 4. Holds records 5. Looks for trends or patterns 6. Uniquely identifies a record 7. Used to make effective and efficient tables 8. Ties data entity relationships together 9. Allows for data access and manipulation...
Spot the entities, entities instance attributes and relationship. Make an ERD of it A) CONCERT SEASON...
Spot the entities, entities instance attributes and relationship. Make an ERD of it A) CONCERT SEASON - The season during which a series of concerts will be performed. The identifier is a text field containing the Season in the form 2002-03. We also want to know the number of advance tickets sold, total number of tickets sold and total incomes and expenses for the season. B) CONCERT - A given set of one or more compositions to be played. The...
name five key ethical principles that impact the health care environment. what examples of each are...
name five key ethical principles that impact the health care environment. what examples of each are commonly seen in health care and why
Draw the Crow’s Foot database notation entity-relationship diagrams (ERD) to represent the databases, based on the...
Draw the Crow’s Foot database notation entity-relationship diagrams (ERD) to represent the databases, based on the three narratives below. Use Lucid Chart or another ERD diagramming tool to create your diagram. You do not need to create the databases, but to design it using applicable business rules according to your judgment. Submit a PDF of the Entity Relationship Diagram for each database. Remember to identify in your diagrams: All the main entities and the main attributes for each entity The...