Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 Database Design and Application Architecture
 i confused please help !!!

Author  Topic 

Majid10
Starting Member

5 Posts

Posted - 2010-10-14 : 13:53:18
i have a complicated exercise please help to get some points about the entity and their props, whats their assocs, and cardinality
EX: Any point of the earth surface is characterized by its geographical coordinates and who are expressed compared to ellipsoids which models the form of earth (example Clarke 1880). Each ellipsoid is charactirized by its half large axis A , its small half small axis B and its factor of flattens F= (a-b)/a. altitudes are expressed compared to geoid .
The planimetric coordinates are obtained by projection of the ellipsoid on a cylindrical , conical suface or planes, each one define a projection system.
We want to create a database to manage different kind of coordinates and systems .
Create The CDM ?????

GilaMonster
Master Smack Fu Yak Hacker

4507 Posts

Posted - 2010-10-14 : 14:45:47
CDM?

Not following what you want. Maybe show us what you have so far?

btw, is this homework?

--
Gail Shaw
SQL Server MVP
Go to Top of Page

Majid10
Starting Member

5 Posts

Posted - 2010-10-14 : 14:53:16
Thanks 4 replying :)
CDM = Conceptual Data Model ... yup it's a homework
i have a course in foundamental of DBMS and am not pro cuz its the beginning ,
i want an idea like
Entity 1 is : point > Identifier 1 is geographical coordinates > attribute 1 is which model .
something like that so i want to make a CDM for this information i hope u got it :) thanks again
Go to Top of Page

GilaMonster
Master Smack Fu Yak Hacker

4507 Posts

Posted - 2010-10-14 : 15:51:41
We don't do homework here.
I don't need a qualification in fundamentals of Database Management Systems and you learn nothing if I give you the answer.

Show us what you've done so far, explain where you're stuck and we'll offer advice. We will not do your work for you. If you don't know where to start or are completely lost, go speak to your course instructor.

--
Gail Shaw
SQL Server MVP
Go to Top of Page

Majid10
Starting Member

5 Posts

Posted - 2010-10-14 : 15:59:40
i didn't say do my homework i said any ideas ?
about my stuck i said i just need more entities but i can't find so what i need is just a push 2 complete this exercise
anyway Thank you for your understanding :)
Go to Top of Page

GilaMonster
Master Smack Fu Yak Hacker

4507 Posts

Posted - 2010-10-14 : 16:04:56
The only idea I have is that I need a lot more information about what you're trying to do and what you've already done before I can say anything reasonable or useful.

List the entities and attributes that you've already identified and explain what you think is missing.

--
Gail Shaw
SQL Server MVP
Go to Top of Page

Majid10
Starting Member

5 Posts

Posted - 2010-10-14 : 16:14:11
( The only idea I have... etc ) < this is what i was waiting for.
really thanks for your time ...
but i have a question : do you think my list was correct i mean this one :
Entity 1 is : point > Identifier 1 is geographical coordinates > attribute 1 is which model
_____
|Point|<--- this is the Entity
-------
geographical|
coordinates |<--- this is the Identifier
-----------
|model|<---- this is Attribute or Properties
Go to Top of Page

GilaMonster
Master Smack Fu Yak Hacker

4507 Posts

Posted - 2010-10-14 : 17:18:12
I don't know.

What are you trying to model here? What's the scenario? What are the requirements?

--
Gail Shaw
SQL Server MVP
Go to Top of Page

Majid10
Starting Member

5 Posts

Posted - 2010-10-14 : 17:32:36
We want to create a database to manage different kind of coordinates and systems..
it's just an example so it's not very detailed ... i mean don't look accurately you know we've studied that there are 4 rules to make a CDM :
1- Every entity must have one Identifier
2- Every property have to be functional and directly dependent of the identifier
3- Every attribute have to be appear one time in all CDM
4- Calculated fields most not exists in the CDM
Go to Top of Page
   

- Advertisement -