Warning: Undefined array key 1 in /home/acaproso/public_html/._System/._Template/.Main.php on line 116
Database design and implementation questions.

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?

  1. DELETE FROM Instructors WHERE Lastname='Mlima' AND Firstname='Kilimanjaro';
  2. SELECT DISTINCT City FROM 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:

  1. ACTOR
  2. Funcional requirements
  3. Non- functional requirements

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.

  1. Analyse all the entities and attributes for each entity
  2. Draw an ERD (Entity relationship diagram) for scenario
  3. Identify the users of the system, write down the responsibilities for each
  4. Analyse all functional requirements from the scenario
  5. Write down the relational schema for the scenario
  6. Write down the physical schema
  7. Write the SQL command to create a voters table
  8. Write the SQL command to insert polling station information into the database
  9. Write SQL command to select all directors from the database

Short answers