Table 4 is an extract from a database. Use it to answer the question that follows;
Write an SQL statement that would perform each of the following; \
I)Display all records from the table with records having status IN and arrange them based on the field name BookCategory in descending order; (3 marks)
II) Remove all records with bookID labelled B02001 from the table; (2 marks)
II)Display fields BookID, BookName for the books with BookID starting with B04 or Category fiction. (3 marks)