0% found this document useful (0 votes)
7 views12 pages

Nformi Roger

student attendance management system

Uploaded by

rogernformi2004
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)
7 views12 pages

Nformi Roger

student attendance management system

Uploaded by

rogernformi2004
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/ 12

Table of contents

1 authors Page number: 2


2 books Page number: 3
3 bookshelves Page number: 4
4 borrowers Page number: 5
5 genres Page number: 6
6 libarians Page number: 7
7 publishers Page number: 8
8 ratings Page number: 9
9 reservation Page number: 10
10 transactions Page number: 11
11 Relational schema Page number: 12

Page number: 1/12 May 15, 2024 at 11:08 AM


1 authors

Creation: May 15, 2024 at 09:44 AM

Column Type Attributes Null Default Extra Links to Comments MIME

author_id int(15) No -> books.books_id


ON UPDATE RESTRICT
ON DELETE RESTRICT
name varchar(25) No
biography varchar(100 No
)

Page number: 2/12 May 15, 2024 at 11:08 AM


2 books

Creation: May 15, 2024 at 09:45 AM

Column Type Attributes Null Default Extra Links to Comments MIME

books_id int(20) No -> genres.genres_id


ON UPDATE RESTRICT
ON DELETE RESTRICT
title varchar(25) No
author varchar(15) No
publication_dat int(15) No
e
ISBN varchar(150 No
)

Page number: 3/12 May 15, 2024 at 11:08 AM


3 bookshelves

Creation: May 15, 2024 at 09:45 AM

Column Type Attributes Null Default Extra Links to Comments MIME

shelf_id int(20) No -> ratings.ratings_id


ON UPDATE RESTRICT
ON DELETE RESTRICT
location varchar(25) No
capacity int(25) No

Page number: 4/12 May 15, 2024 at 11:08 AM


4 borrowers

Creation: May 15, 2024 at 09:45 AM

Column Type Attributes Null Default Extra Links to Comments MIME

borrower_id int(25) No -> books.books_id


ON UPDATE RESTRICT
ON DELETE RESTRICT
name varchar(25) No
address int(25) No
phone_number int(15) No

Page number: 5/12 May 15, 2024 at 11:08 AM


5 genres

Creation: May 15, 2024 at 09:46 AM

Column Type Attributes Null Default Extra Links to Comments MIME

genres_id int(15) No
name varchar(25) No
address varchar(25) No

Page number: 6/12 May 15, 2024 at 11:08 AM


6 libarians

Creation: May 15, 2024 at 09:46 AM

Column Type Attributes Null Default Extra Links to Comments MIME

libarian_id int(15) No
name varchar(25) No
position varchar(25) No

Page number: 7/12 May 15, 2024 at 11:08 AM


7 publishers

Creation: May 15, 2024 at 09:46 AM

Column Type Attributes Null Default Extra Links to Comments MIME

publisher_id int(15) No -> books.books_id


ON UPDATE RESTRICT
ON DELETE RESTRICT
name varchar(25) No
location int(15) No

Page number: 8/12 May 15, 2024 at 11:08 AM


8 ratings

Creation: May 15, 2024 at 09:46 AM

Column Type Attributes Null Default Extra Links to Comments MIME

ratings_id int(15) No
score int(10) No
review varchar(25) No

Page number: 9/12 May 15, 2024 at 11:08 AM


9 reservation

Creation: May 15, 2024 at 09:47 AM

Column Type Attributes Null Default Extra Links to Comments MIME

reservation_id int(15) No -> borrowers.borrower_id


ON UPDATE RESTRICT
ON DELETE RESTRICT
reservation_dat int(20) No
e
pick_up_date int(20) No

Page number: 10/12 May 15, 2024 at 11:08 AM


10 transactions

Creation: May 15, 2024 at 09:47 AM

Column Type Attributes Null Default Extra Links to Comments MIME

transation_id int(15) No -> borrowers.borrower_id


ON UPDATE RESTRICT
ON DELETE RESTRICT
borrow_date int(15) No
return_date int(15) No

Page number: 11/12 May 15, 2024 at 11:08 AM


ratings books
ratings_id books_id
score title
review author
publication_date
ISBN
borrowers
borrower_id
name
address
phone_number

reservation
reservation_id
reservation_date
pick_up_date

bookshelves
shelf_id
location
capacity

authors
author_id
name libarians
biography libarian_id
name
transactions position
transation_id
borrow_date
return_date

genres
genres_id
name
publishers address
publisher_id
name
location

Page number: 12/12 May 15, 2024 at 11:08 AM


Powered by TCPDF (www.tcpdf.org)

You might also like