Database design and implementation questions.
Find Database design and implementation university examination questions in acaproso.com
# | Question |
---|---|
1 | What will happen or what will be the output if the following SQL operations are executed in a table called instructors?
Short answers |
2 | Giving brief explanations , mention 4 advantages of any DBMS Short answers |
3 | Briefly describe the relational database model Short answers |
4 | Give the meaning of the following terminologies as used in database analysis:
Short answers |
5 | What is the difference between a relation and a Relationship? Short answers |
6 | State four properties of a relation Short answers |
7 | Design of any database system can take either Top-Down or Bottom -Up approach. Briefly explain the differences between these two approaches. Short answers |
8 | Given the following case study , use it to answers the questions that follow. An electoral commission of the United Republic of Tanzania intends to improve its voters book by 2020. The database will contain voter`s details such as voter's number ,firstname, middle name, surname, sex, date of birth, polling station id, village/street, ward, district and region. The database will also have the records of all polling stations all over the country. The polling station particulars will include polling station id, name, street/village, ward, district and region in which it is found. Furthermore the database will have directors responsible for overseeing the electoral activities of the commision in their respective districts . Each director has the following details; director id, first name, middle name, surname, sex, date of birth and working district. A voter is not allowed to register in more than one polling sation , a polling station with less than 10 voters is not allowed in this system and each director is responsible to all polling stations that are found in his/her district.
Short answers |