subject

Video centers of europe, ltd., is a chain of movie DVD rental stores. it must maintain data on the dvds if has for rent, the movies recorded on the DVDs, its customers, and the actual rental. each dvd for rent has a unique serial number. movie titles and customer numbers are also unique identifiers. assume that each movie has exactly one "star." note the difference in the year that the movie was originally filmed and the date that a dvd an actual disk was manufactured. some of the attributes and functional dependencies in this environment are as follows:

attributes:

dvd numbers, manufacture date, movie title, star, year filmed, length (min), customer numbers, customer name, customer address, rent date, return date, fee paid

functional dependencies:

dvd number>>>>movie title

dvd number>>>>star

dvd number>>>>manufacture date

movie title>>>>star

movie title>>>>length

movie title>>>>year filmed

customer number>>>>customer name

customer number>>>>customer address

dvd number, customer number

rental date>>>>return date, fee paid

for each of the following tables, first write the table's current normal form (as 1nf,2nf,3nf). then, take those tables that are currently in 1nf or 2nf and reconstruct them as well structured 3nf tables. primary key attributes are in bold. do not assume any functional dependencies other than those shown.

a)movie title, star, length, year filmed

b)dvd number, customer number, rental date, customer name, return date, fee paid

c)dvd number, manufacture fate, movie title, star

d)movie title, customer number, star, length, customer name, customer address

e)dvd number, customer number, rental date, return date, fee paid

ansver
Answers: 3

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 19:00
If your accelerator suddenly gets stuck what should you do
Answers: 2
question
Computers and Technology, 23.06.2019 02:50
Define a class named movie. include private fields for the title,year, and name of the director. include three public functions withprototypes void movie: : settitle(cstring); , voidmovie: : setyear(int); , void movie: : setdirector(string); . includeanother function that displays all the information about a movie.write a main() function that declares a movie object namedmyfavoritemovie. set and display the object's fields.this is what i have but know its wrong since it will notcompile: #include#includeusing namespace std; //class declarationclass movie{private: string movietitle ; string movieyear; string directorname; public: void settitle(string title); void setyear(string year); void setdirector(string director); void displayinfo(); }; //class implementationvoid movie: : settitle(string title){ movietitle = title; cout< < "what is the title of themovie? "< > temp; myfavoritemovie.settitle(temp); cout< < "enter movie year"< > temp; myfavoritemovie.setyear(temp); cout< < "enter director'sname"< > temp; myfavoritemovie.setdirector(temp); //display all the data myfavoritemovie.displayinfo(); system("pause"); return 0; this code is not entirely mine someone on cramster edited my firstcode but then i try manipulating the new code and i still get acompile error message : \documents\visual studio 2008\projects\movie\movie\movie.cpp(46) : error c2679: binary '< < ' : no operator found which takes aright-hand operand of type 'std: : string' (or there is no acceptableconversion)c: \program files (x86)\microsoft visual studio9.0\vc\include\ostream(653): could be'std: : basic_ostream< _elem,_traits> & std: : operator< < > (std: : basic_ostream< _elem,_traits> & ,const char *)w
Answers: 1
question
Computers and Technology, 23.06.2019 19:30
Amitha writes up a one-page summary of a novel during her summer internship at a publishing company. when she reads over the page, she realizes she used the word “foreshadow” seven times, and she would like to reduce the repetition. which tool would best amitha solve this problem?
Answers: 3
question
Computers and Technology, 23.06.2019 21:20
For positive constants a and b, the force between two atoms in a molecule is given f(r) = −a r2 + b r3 , where r > 0 is the distance between the atoms. note: a and b are upper case letters. (a) find f '(r) = (b) find the critical point for f(r). r = (c) find f ''(r) = (d) find the value of r so that f ''(r) = 0.
Answers: 1
You know the right answer?
Video centers of europe, ltd., is a chain of movie DVD rental stores. it must maintain data on the d...
Questions
question
Mathematics, 27.08.2019 01:40
Questions on the website: 13722360