This Question is Answered 

    How To Use Of Databases In School Libraries?

    Use of databases in a school

    asked 3 months ago

    Answers


    Well you have given a very vague picture that what exactly you want because Database system of School Library is a huge project like what you can do is.

    1. Maintain all the records of the books in a table named as books table. (if the library has not large amount of books).

    2. If the library has large amount of books then make separate table for each category like Fiction books, Mathematics book, Science books and so on. And do have column that record how many copies of books are available. After that make an index table which connect all these tables or you can say have foreign keys of all these tables.

    3. Then you have to maintain the record of students that which student has issued which book and for how many days.

    This database will decrease lots of manual work and can easily find the  book for you in no time. The processing will be fast and the database will be maintained properly with no hassle.

    Hope you got an idea how you can use and manage the library database.

    Have fun and enjoy blurting :)

    answered 3 months ago

    New Comment

    1000 words left


      Categories