subject

1.Diseñar un esquema E/R que recoja la organización de una base de datos para contener la información sobre todas las carreteras del país, sabiendo que se deben cumplir las siguientes especificaciones:2.- Las carreteras están divididas en varias categorías (locales, comerciales, regionales, nacionales, autovías, etc).3.- Las carreteras se dividen en tramos. Un tramo siempre pertenece a una única carretera y no puede cambiar de carretera.4.- Un tramo debe pasar por una o varias comunas, interesando conocer el kilómetro de la carretera donde empieza la comuna y el kilómetro donde termina.5.- Para los tramos que suponen principio o final de carretera, interesa saber si es que la carretera termina físicamente o es que confluye en otra carretera, en caso de confluir interesa conocer con qué carretera confluye y en qué kilómetro, tramo y comuna.

ansver
Answers: 3

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 18:00
Write a method named addall that could be placed inside the hashintset class. this method accepts another hashintset as a parameter and adds all elements from that set into the current set, if they are not already present. for example, if a set s1 contains [1, 2, 3] and another set s2 contains [1, 7, 3, 9], the call of s1.addall(s2); would change s1 to store [1, 2, 3, 7, 9] in some order. you are allowed to call methods on your set and/or the other set. do not modify the set passed in. this method should run in o(n) time where n is the number of elements in the parameter set passed in.
Answers: 2
question
Computers and Technology, 22.06.2019 21:00
The average cost of one year at a private college in 2012-2013 is $43,289. the average grant aid received by a student at a private college in 2012-2013 is $15,680.   what is the average student contribution for one year at a private college in 2012-2013?
Answers: 3
question
Computers and Technology, 22.06.2019 23:30
Define a function printfeetinchshort, with int parameters numfeet and numinches, that prints using ' and " shorthand. ex: printfeetinchshort(5, 8) prints: 5' 8"
Answers: 1
question
Computers and Technology, 23.06.2019 07:30
What is the original authority for copyright laws
Answers: 1
You know the right answer?
1.Diseñar un esquema E/R que recoja la organización de una base de datos para contener la informació...
Questions
question
Mathematics, 16.07.2019 16:30
Questions on the website: 13722363