
Consider the following relational database schema: Book(Book-id, title, category, price) Student(Student-id, name, semester, contact-number, address) Issue(B ook-id, Student-id, issue-date, return-date, fine) Write an embedded SQL-program in C which does the following- (a)Ask the user