Entity (1 Viewer)

dchait

Student
Joined
Mar 21, 2004
Messages
10
Location
Sydney
Gender
Male
HSC
2005
Whats the definition of an entity - a table or record? As i know an attribute is a field....
 

grendel

day dreamer
Joined
Sep 10, 2002
Messages
103
Gender
Male
HSC
N/A
entity=table.

for example in and ERD (entity/relationship diagram), you show all of the tables in an RDBMS and how the tables are connected.

note: ERD = Schema
 

dchait

Student
Joined
Mar 21, 2004
Messages
10
Location
Sydney
Gender
Male
HSC
2005
Thanks!

Thanks....

How many past papers has everyone done???

Some of the questions are so ambiguous!!!

Do you guys thing the CSSA/ Independant / Heinnemann trials are similar to the actual HSC?
 

grendel

day dreamer
Joined
Sep 10, 2002
Messages
103
Gender
Male
HSC
N/A
standards packages are most useful but there is not a standards package for last years hsc.

i think the success one study guide may have solutions to last years hsc.

independent papers are pretty good.
 

Seraph

Now You've done it.......
Joined
Sep 26, 2003
Messages
897
Gender
Male
HSC
N/A
huh...

entity is a defined property of an attribute


Students student_id


Teachers teacher_id
 

grendel

day dreamer
Joined
Sep 10, 2002
Messages
103
Gender
Male
HSC
N/A
Seraph said:
huh...

entity is a defined property of an attribute


Students student_id


Teachers teacher_id
Entities are the principal data object about which information is to be collected. Entities are usually recognizable concepts, either concrete or abstract, such as person, places, things, or events which have relevance to the database. Some specific examples of entities are EMPLOYEES, PROJECTS, INVOICES.

An entity is analogous to a table in the relational model.

link - http://www.utexas.edu/its/windows/database/datamodeling/dm/erintro.html
 

Seraph

Now You've done it.......
Joined
Sep 26, 2003
Messages
897
Gender
Male
HSC
N/A
my goodness

i cant believe i said that


ATTRIBUTE IS THE DEFINED PROPERTY OF AN ENTITY

yes an entity is a specific thing about which information is collected and stored e.g Students , Teachers
 
Joined
Oct 16, 2003
Messages
258
Gender
Female
HSC
2004
Freedom_Dragon said:
get urself a copy of "The HSC Assistance IPT" program

its got around a 1000 multiple choice question.
I got that ages ago from school but it never worked on my computer ;P
 

grover

New Member
Joined
Oct 30, 2004
Messages
2
Gender
Male
HSC
N/A
An entity is something about which data is stored. Eg in a database of students (grades, DOB, classes, teachers absentees etc) a student is the entity as the DB stores data about them...
In an ERD/Schema or whatever you want to call it, the entity is whats on the top.
 

Users Who Are Viewing This Thread (Users: 0, Guests: 1)

Top