Creating database bookshop by:
- Create Table books.
- Inserting books values.
- combining two values by using CONCAT command.
- Sorting the values in Ascending and Descending order.
- Looking into number of records by using LIMIT command.
- Looking into patterns by using LIKE command.
- Using GROUP command