0% found this document useful (0 votes)
53 views

Task 2 - Database

The document discusses setting up a database to manage candidate data for general elections using three tables: 1) Constituency data table with constituency info, 2) Personal data table with candidate details, and 3) Elections data table. It provides examples of queries, reports, and a form to generate from the database including: listing UPM candidates, candidates in constituencies over 7,200 voters receiving under 2,500 votes, total votes cast per constituency, an official results report grouped by constituency, and a candidate info form.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
53 views

Task 2 - Database

The document discusses setting up a database to manage candidate data for general elections using three tables: 1) Constituency data table with constituency info, 2) Personal data table with candidate details, and 3) Elections data table. It provides examples of queries, reports, and a form to generate from the database including: listing UPM candidates, candidates in constituencies over 7,200 voters receiving under 2,500 votes, total votes cast per constituency, an official results report grouped by constituency, and a candidate info form.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

Database Management

You are asked to use a suitable application to manage data on candidates nominated to contest
seats in the general elections. Three tables must be used to store the data.
The CONSTITUENCY DATA table should include: Constituency Number, Constituency
Name, Number of Voters

The table with relevant PERSONAL DATA on each candidate should include: Candidate ID
(candidate’s initial and three numbers), Title, Candidate Name (First Name and Last
Name), Address, Age, Sex, Profession, Constituency Number, Party, Votes Received.

An ELECTIONS DATA table should include: Constituency Number, Percentage Voter


Turnout

The data to populate the tables must be sourced from the


spreadsheet section of your project.
You should test your database by generating queries, reports and control forms.

QUERIES:

1. List the name, sex, age and profession of all candidates from The United Progressive
Movement (UPM). Save your query as Query 1.
2. List the candidate name, party, number of voters and number of votes received for candidate
in constituencies with more than 7,200 voters and where the candidates received less than
2500 of the votes. Sort the data in descending order on the number of votes received by the
candidate. Save your query as Query 2.
3. Using the calculated field below; determine the total number of votes cast in each
constituency.
Save your query as Query 3.

Total votes cast:[Percentage Voters Turnout]*[Number of Voters]

REPORT:

4. Generate a report which lists the consistency, number of voters in the constituency, name of
candidates, gender, party and number of votes received. The report should be grouped by
constituency. Within each constituency, the report should be sorted in descending order by
number of votes received by each candidate. It should also give the total and average
number of votes in each constituency. The report should have a two-line title as follows:

Official Results
Trinbarjam Elections Commission

CONTROL FORMS:

5. Create a form to display information about the candidates.

You might also like