• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Introduce databse project

 
Ranch Hand
Posts: 41
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I want to write a database project.this project should have at least 10-14 tables .I searched in internet very much but i couldn't find a useful project.
Can you introduce such project to me?

Thanks in advance,
Zohreh
 
(instanceof Sidekick)
Posts: 8791
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
University and conference registration systems have been done to death as homework and textbook examples. Ditto for payroll, flight booking, online stores, video rentals. Try to think of some area of interest you have ... sports, hobbies, etc. Can you imagine organizing events, recommending equipment, anything like that?
 
Marshal
Posts: 79177
377
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I an on the management committee of the local credit union. I shall one day design a database for us. Like this:

  • Table for member's number.
  • Table for member's name etc.
  • Table for addresses.
  • Table for phone/e-mail contacts etc.
  • Table for payments in, linked to members.
  • Table for loans lent, linked to members.
  • Table for loan repayments.
  • Table for loan interest.
  • Table for total collected on a particular day.
  • Table for what appears on bank statement, linked back to the last line.
  • Well, that is ten tables already. I am sure you can think of a few more.
  • That any help?
    reply
      Bookmark Topic Watch Topic
    • New Topic