masukkan data mysql dengan cmd
INSERT INTO books (`title`, `author`)
VALUES
('faith', 'nelson');
Talented Termite
INSERT INTO books (`title`, `author`)
VALUES
('faith', 'nelson');
INSERT INTO books (idbook, `title`, `author`) VALUES ('', 'indonesiaku', 'Bil Abror');