Creating table in SQLite

Create the following table using SQLite database
The basic building block of the system.
Book: Every book will have BookID, BookTitle, Author, ISBN, Publishers.
Employee : Every Employee will have EmployeeID, EmployeeName, FatherName, Designation, Salary
Student: Every student will have Registration, StudentName, DOB, Program, Term
Create table for issue and return base of system requirement