SQL DELETE (2 marks)
The Books table contains BookID, Title, and Author. A book needs to be deleted from the database where the Title is “The Lord Of The Rings”. Construct the SQL DELETE statement for this operation.
SQL DELETE (2 marks) Read More »