Download as rtf, pdf, or txt
Download as rtf, pdf, or txt
You are on page 1of 1

Project 4

Working with database

• Crate a database by the name library

• Design a new table under library

Table – write [Writer – Id, Writer – Name, sex, Age, Nationality]

Note – [W-001, W-002, W-003 ………….]

• Design another table under library

Table – publication [pub-Id, pub-title, pub-Name, writer -Id]

Note – [P-001, P-002, P-003……….]

• Writer id and publication title should not blank

• Assign appropriate primary key and create relationship for the table

• Create a data entry form for encoding to the data to the data base

• Create query that accesses writer name and display all publication

• Create a report of all writers with that pub-name and pub title

• Print a data base report

You might also like