Thanks to visit codestin.com
Credit goes to www.scribd.com

0% found this document useful (0 votes)
11 views1 page

Er Digram

The document outlines the structure of a database related to book issuing and returning processes. It includes tables for book issues, categories, publishers, members, and authors, detailing their respective fields and data types. Additionally, it mentions indexes for optimizing database queries.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
11 views1 page

Er Digram

The document outlines the structure of a database related to book issuing and returning processes. It includes tables for book issues, categories, publishers, members, and authors, detailing their respective fields and data types. Additionally, it mentions indexes for optimizing database queries.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

book_issue

issue_id INT

date_of_issue DATE

book_id INT

member_id INT

expected_date_of_return DA…

status VARCHAR(20)
Indexes

category publisher book language


category_id INT publisher_id INT book_id INT language_id INT

category_name VARCHAR(5… name VARCHAR(20) title VARCHAR(200) name VARCHAR(20)


Indexes address VARCHAR(3… language_id INT Indexes

Indexes MRP FLOAT

publisher_id INT

published_date DA…

volume INT

status VARCHAR(20)

book_catego… member Indexes book_auth…


book_id INT member_id INT book_id INT

category_id INT name VARCHAR(20) author_id INT


Indexes branch_code INT Indexes

roll_number INT

phone_number INT

email_id VARCHAR(2…

date_of_join DATE

status VARCHAR(20)

book_return Indexes author


issue_id INT author_id INT

actual_date_of_return DA… name VARCHAR(20)

latedays INT email VARCHAR(20)

latefee INT phone_number INT


Indexes status VARCHAR(2…
Indexes

You might also like