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

Ms-Access Assignment Question

The document describes 4 database projects involving creating databases with multiple tables to store and relate different types of data. Project 1 involves creating a library management database. Project 2 creates a database to track salespeople and sales. Project 3 stores product and stock inventory data. Project 4 tracks student academic and attendance records. Each project provides details on the tables, fields, and some specify queries to design involving joins between the tables.
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
23 views

Ms-Access Assignment Question

The document describes 4 database projects involving creating databases with multiple tables to store and relate different types of data. Project 1 involves creating a library management database. Project 2 creates a database to track salespeople and sales. Project 3 stores product and stock inventory data. Project 4 tracks student academic and attendance records. Each project provides details on the tables, fields, and some specify queries to design involving joins between the tables.
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

Annexure-III Database projects- Ms-Access

1. Create a database having two tables with the specified fields, to computerize a library system of a
Delhi University College.
Table 1: For each book in the library:
 Accession number
 Title of the book,
 Author,
 Department
 Date of purchase
 Price.
Table 2: For each book issued:
 Accession number
 Borrower
Print a report listing the books belonging to “Computer” Department for books which are issued.
2. Create a database having two tables to store the details of sales made by its various salesmen in a
departmental store

Table 1: Personal information about salesman.


 Unique sales man Identification.
 Name of sales man
 Date of birth
 Address
 Martial Status
 Phone number
Table 2: For each Sale effected.

 Unique sales man Identification


 Product Code
 Units sold
 Value
 The date of sale
The departmental store employs 5 salesmen and deals in 3 products.

a) Design a query that will return the records (from the second table) along with the nameof sales man
from the first table, related to product code starting with „C‟ for the sales in the month of March,
2006.

b) Produce a salesmen-wise (only name) report of sales made by the store.

Created by: Dr. Prabhat Mittal Ph.D.(FMS, DU) Page 1


E-mail Id: [email protected]
URL: http://www.qtanalytics.com
Annexure-III Database projects- Ms-Access

3. A departmental store deals in a variety of products perishable and non-perishable. Create a database
using two tables to store the details for each product...
Table 1: Product information.

 Unique Product Identification.


 Description
 Category to which it belongs (household, food, electrical etc.)
 Whether or not it is perishable
Table 2: For Stock of product

 Unique Product Identification


 Date of purchase
 Date of expiry
 Quantity
 Rate
Print a report of items that are perishable and whose expiry date has passed.
4. Create a database having two tables to store the details of students of Computer Application in B.A
Programme in your college.

Table 1: Personal information about student.

 College roll number


 Name of student
 Date of birth
 Address
 Marks (rounded off to whole number) in percentage at 10 + 2.
Table 2: Academic and Attendance in the college

 College roll number


 Paper 1
 Attendance in paper 1
 Marks in home examination in paper 1
 Paper 2
 Attendance in paper 2
 Marks in home examination in paper 2

Design a query that will return the records (from the second table) along with the name of
student from the first table, related to students who have more than 75%, attendance and
more than 60% marks in paper 2.

Created by: Dr. Prabhat Mittal Ph.D.(FMS, DU) Page 2


E-mail Id: [email protected]
URL: http://www.qtanalytics.com

You might also like