first I insert new row to table
INSERT INTO books (bookid, title, author, isbn, price, instock)
VALUES (6, 'bookname', 'author name', '1010101', 1.00, FALSE);
DELETE FROM books
WHERE bookid=6
For further actions, you may consider blocking this person and/or reporting abuse
Oscar -
Madza -
Arjun Vijay Prakash -
Akash Singh -
Top comments (0)