Advertisement
sp_Showrav

A simple CRUD

Aug 1st, 2018
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Book Management System
  2. ======================
  3. =>Habib Rahman<=
  4. Duration: 1 day (24 hours)
  5. Time will start from 1 am.
  6.  
  7. Data table:
  8. ===========
  9.  
  10. 1. category:
  11.     =>categoryID
  12.     =>name
  13.    
  14. 2. allBook:
  15.     =>bookID
  16.     =>categoryID
  17.     =>name
  18.     =>author
  19.     =>publishers
  20.     =>bookType (read/unread)-> by default unread
  21.    
  22. =============================================================
  23. Suppose you want to list some book, that you read or not. You Listed some of books in all book list blade. Now, Which book you complete, just click the complete button and it move to the read books blade.
  24. =============================================================
  25. You have to do:
  26. ===============
  27. 1. Insert, edit, delete book list.
  28. 2. Make the unread book read.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement