Execute A Command To Display The Total Number of Books in The Library

You might also like

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 4

1. Execute a command to display the total number of books in the library.

2) Execute a command to display the average price of all the books.

3) Execute a command to display the total number of books available in the library i.e. sum of
number of copies.

4) Execute a command to display the total number of books of subject mechanical.


5) Execute a command to display book records in which name of the book has ‘b’ in the second
position.

6) Execute a query which fetches records in which name of the book starts with ‘t’ in it.

7) Execute a query which display books in which name of the book has ‘b’ in the second position.
8) Execute a query which display books in which name of the book starts with ‘t’ and ends with
‘m’.

9) Execute a query which display books in which nme of the bookare at least 6 characters in
length.

You might also like