CREATE TABLE book_202151008 ( no INT(6) AUTO_INCREMENT PRIMARY KEY, bookname VARCHAR(30) NOT NULL, author VARCHAR(30) NOT NULL, publisher VARCHAR(50) NOT NULL, year VARCHAR(5) NOT NULL, isbn VARCHAR(30) NOT NULL);
Fatal error: Uncaught mysqli_sql_exception: You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'CREATE TABLE book_202151008 ( no INT(6) AUTO_INCREMENT PRIMARY KE...' at line 1 in /users/2021/i2151008/public_html/2022/WebDB/test/create.php:17 Stack trace: #0 /users/2021/i2151008/public_html/2022/WebDB/test/create.php(17): mysqli_query() #1 {main} thrown in /users/2021/i2151008/public_html/2022/WebDB/test/create.php on line 17